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 | ????T | 0011111100111111001111110011111101010100 | 3f3f3f3f54 |
SJIS-WIN | 瓦ゆ?其T | 1000101010100010100000101110010000111111100100011011010001010100 | 8aa282e43f91b454 |
EUC-JP | 瓦ゆ?其T | 1011010010100100101001001110011000111111110000101011011001010100 | b4a4a4e63fc2b654 |
UTF-8 | 瓦ゆ솲其T | 11100111100100111010011011100011100000101000011011101100100001101011001011100101100001011011011001010100 | e793a6e38286ec86b2e585b654 |
UHC | 瓦ゆ솲其T | 111010001011111110101010111001101001100110100111110100001110110001010100 | e8bfaae699a7d0ec54 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)