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 | 絶??鸚? | 10010000111000100011111100111111111010100101111100111111 | 90e23f3fea5f3f |
EUC-JP | 絶??鸚? | 11000000111001000011111100111111111100111100000000111111 | c0e43f3ff3c03f |
UTF-8 | 絶귡솿鸚섳 | 111001111011010110110110111010101011011110100001111011001000011010111111111010011011100010011010111011001000010010110011 | e7b5b6eab7a1ec86bfe9b89aec84b3 |
UHC | 絶귡솿鸚섳 | 11101111101111101000001011101001100110011011001111100101101001001001100101000010 | efbe82e999b3e5a49942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)