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 | 只?蹈陰 | 10010001111111000011111111100111010001001000100101000001 | 91fc3fe7448941 |
EUC-JP | 只?蹈陰 | 11000010111111100011111111101101101001011011000110100010 | c2fe3feda5b1a2 |
UTF-8 | 只잭蹈陰 | 111001011000111110101010111011001001111010101101111010001011100110001000111010011001100110110000 | e58faaec9eade8b988e999b0 |
UHC | 只잭蹈陰 | 1111000111111110110000001110100011010100101100001110101111100100 | f1fec0e8d4b0ebe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)