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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 狃琥狃爰B | 111000001011101111100000111001101110000010111011111000001010011101000010 | e0bbe0e6e0bbe0a742 |
EUC-JP | 狃琥狃爰B | 111000001011110111100000111010001110000010111101111000001010100101000010 | e0bde0e8e0bde0a942 |
UTF-8 | 狃琥狃爰B | 11100111100010111000001111100111100100001010010111100111100010111000001111100111100010001011000001000010 | e78b83e790a5e78b83e788b042 |
UHC | ?琥?爰B | 00111111111110111101000000111111111010101011101001000010 | 3ffbd03feaba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)