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 | 0011111110001110010101000111110101110110001111111000111001010100011111010111011001000010 | 3f8e547d763f8e547d7642 |
EUC-JP | ?撒}v?撒}vB | 0011111110111011101101010111110101110110001111111011101110110101011111010111011001000010 | 3fbbb57d763fbbb57d7642 |
UTF-8 | 샡撒}v샡撒}vB | 1110110010000011101000011110011010010010100100100111110101110110111011001000001110100001111001101001001010010010011111010111011001000010 | ec83a1e692927d76ec83a1e692927d7642 |
UHC | 샡撒}v샡撒}vB | 10011000110010011101111110101110011111010111011010011000110010011101111110101110011111010111011001000010 | 98c9dfae7d7698c9dfae7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)