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 | 崖??愛? | 10001010010100100011111100111111100010001010010000111111 | 8a523f3f88a43f |
EUC-JP | 崖??愛? | 10110011101100110011111100111111101100001010011000111111 | b3b33f3fb0a63f |
UTF-8 | 崖ㅷ쐞愛튏 | 111001011011010010010110111000111000010110110111111011001001000010011110111001101000010010011011111011011000101010001111 | e5b496e385b7ec909ee6849bed8a8f |
UHC | 崖ㅷ쐞愛튏 | 11100100111100001010010011100111100111001000010011100100111100011011101001000011 | e4f0a4e79c84e4f1ba43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)