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 | ????X | 0011111100111111001111110011111101011000 | 3f3f3f3f58 |
SJIS-WIN | 瓦ゆ?其X | 1000101010100010100000101110010000111111100100011011010001011000 | 8aa282e43f91b458 |
EUC-JP | 瓦ゆ?其X | 1011010010100100101001001110011000111111110000101011011001011000 | b4a4a4e63fc2b658 |
UTF-8 | 瓦ゆ솲其X | 11100111100100111010011011100011100000101000011011101100100001101011001011100101100001011011011001011000 | e793a6e38286ec86b2e585b658 |
UHC | 瓦ゆ솲其X | 111010001011111110101010111001101001100110100111110100001110110001011000 | e8bfaae699a7d0ec58 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)