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 | 悉尺捨漆 | 1000111010111011100011101101101010001110110011001000111010111101 | 8ebb8eda8ecc8ebd |
EUC-JP | 悉尺捨漆 | 1011110010111101101111001101110010111100110011101011110010111111 | bcbdbcdcbccebcbf |
UTF-8 | 悉尺捨漆 | 111001101000001010001001111001011011000010111010111001101000110110101000111001101011110010000110 | e68289e5b0bae68da8e6bc86 |
UHC | 悉尺捨漆 | 1110001111111010111101001010100111011110110101111111011011010100 | e3faf4a9ded7f6d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)