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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ゙テ | 110111101111010111100011110000111111011011001011 | def5e3c3f6cb |
EUC-JP | ゙?テ? | 100011101101111000111111100011101100001100111111 | 8ede3f8ec33f |
UTF-8 | ゙テ | 111011111011111010011110111011101001000110001110111011111011111010000011111011101001001110110010 | efbe9eee918eefbe83ee93b2 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)