To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??}v??}vB | 001111110011111101111101011101100011111100111111011111010111011001000010 | 3f3f7d763f3f7d7642 |
SJIS-WIN | 琥?}v琥?}vB | 1110000011100110001111110111110101110110111000001110011000111111011111010111011001000010 | e0e63f7d76e0e63f7d7642 |
EUC-JP | 琥?}v琥?}vB | 1110000011101000001111110111110101110110111000001110100000111111011111010111011001000010 | e0e83f7d76e0e83f7d7642 |
UTF-8 | 琥렊}v琥렊}vB | 1110011110010000101001011110101110100000100010100111110101110110111001111001000010100101111010111010000010001010011111010111011001000010 | e790a5eba08a7d76e790a5eba08a7d7642 |
UHC | 琥렊}v琥렊}vB | 11111011110100001000111010100001011111010111011011111011110100001000111010100001011111010111011001000010 | fbd08ea17d76fbd08ea17d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)