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 | 趙乗ュ踞 | 1110011011100010100011111110011010000011100001011110011011110101 | e6e28fe68385e6f5 |
EUC-JP | 趙乗ュ踞 | 1110110011100100101111101110100010100101111001011110110011110111 | ece4bee8a5e5ecf7 |
UTF-8 | 趙乗ュ踞 | 111010001011011010011001111001001011100110010111111000111000001110100101111010001011100010011110 | e8b699e4b997e383a5e8b89e |
UHC | 趙?ュ踞 | 11110000111000010011111110101011111001011100101111100110 | f0e13fabe5cbe6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)