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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 将腋宵。「 | 1000111110101011111000111111110010001111101010101010000110100010 | 8fabe3fc8faaa1a2 |
EUC-JP | 将腋宵。「 | 10111110101011011110011011111110101111101010110010001110101000011000111010100010 | beade6febeac8ea18ea2 |
UTF-8 | 将腋宵。「 | 111001011011000010000110111010001000010110001011111001011010111010110101111011111011110110100001111011111011110110100010 | e5b086e8858be5aeb5efbda1efbda2 |
UHC | ?腋宵?? | 00111111111001001111110111100001101100100011111100111111 | 3fe4fde1b23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)