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 | 瓦ゆ?堊? | 1000101010100010100000101110010000111111100110101011111100111111 | 8aa282e43f9abf3f |
EUC-JP | 瓦ゆ?堊? | 1011010010100100101001001110011000111111110101001100000100111111 | b4a4a4e63fd4c13f |
UTF-8 | 瓦ゆ뇠堊좫 | 111001111001001110100110111000111000001010000110111010111000011110100000111001011010000010001010111011001010001010101011 | e793a6e38286eb87a0e5a08aeca2ab |
UHC | 瓦ゆ뇠堊좫 | 11101000101111111010101011100110100001111000100011100100101111101010000101000110 | e8bfaae68788e4bea146 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)