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 | 鴃ニ寬カ漆 | 1110100111101110110001101111101010101010101101101000111010111101 | e9eec6faaab68ebd |
EUC-JP | 鴃ニ?カ漆 | 111100101111000010001110110001100011111110001110101101101011110010111111 | f2f08ec63f8eb6bcbf |
UTF-8 | 鴃ニ寬カ漆 | 111010011011010010000011111011111011111010000110111001011010111110101100111011111011110110110110111001101011110010000110 | e9b483efbe86e5afacefbdb6e6bc86 |
UHC | ??寬?漆 | 00111111001111111100111010110000001111111111011011010100 | 3f3fceb03ff6d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)