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 | 程??? | 1001001011110110001111110011111100111111 | 92f63f3f3f |
EUC-JP | 程?栯? | 11000100111110000011111110001111110000111101001000111111 | c4f83f8fc3d23f |
UTF-8 | 程렣栯렠 | 111001111010100010001011111010111010000010100011111001101010000010101111111010111010000010100000 | e7a88beba0a3e6a0afeba0a0 |
UHC | 程렣栯렠 | 1110111111101111100011101011010011101001111100011000111010110001 | efef8eb4e9f18eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)