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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 瓦ゆ?其B | 1000101010100010100000101110010000111111100100011011010001000010 | 8aa282e43f91b442 |
EUC-JP | 瓦ゆ?其B | 1011010010100100101001001110011000111111110000101011011001000010 | b4a4a4e63fc2b642 |
UTF-8 | 瓦ゆ솲其B | 11100111100100111010011011100011100000101000011011101100100001101011001011100101100001011011011001000010 | e793a6e38286ec86b2e585b642 |
UHC | 瓦ゆ솲其B | 111010001011111110101010111001101001100110100111110100001110110001000010 | e8bfaae699a7d0ec42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)