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 | 巐菩ィ隠 | 11111010101101101001010111101100101010001000100101000010 | fab695eca88942 |
EUC-JP | 巐菩ィ隠 | 100011111011101111111001110010101110111010001110101010001011000110100011 | 8fbbf9caee8ea8b1a3 |
UTF-8 | 巐菩ィ隠 | 111001011011011110010000111010001000111110101001111011111011110110101000111010011001101010100000 | e5b790e88fa9efbda8e99aa0 |
UHC | ?菩?? | 0011111111011100110011000011111100111111 | 3fdccc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)