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 | ???o | 00111111001111110011111101101111 | 3f3f3f6f |
SJIS-WIN | 娃??o | 1000100010100001001111110011111101101111 | 88a13f3f6f |
EUC-JP | 娃??o | 1011000010100011001111110011111101101111 | b0a33f3f6f |
UTF-8 | 娃쒏땯o | 11100101101010001000001111101100100100101000111111101011100101011010111101101111 | e5a883ec928feb95af6f |
UHC | 娃쒏땯o | 11101000110111111001110011100110100010111000010101101111 | e8df9ce68b856f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)