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 | 吟℡┏蘖? | 100010111110000110000111100001001000010010101100100111110101000000111111 | 8be1878484ac9f503f |
EUC-JP | 吟?┏蘖? | 1011011011100011001111111010100010101110110111011011000100111111 | b6e33fa8aeddb13f |
UTF-8 | 吟℡┏蘖숲 | 111001011001000010011111111000101000010010100001111000101001010010001111111010001001100010010110111011001000100010110010 | e5909fe284a1e2948fe89896ec88b2 |
UHC | 吟℡┏蘖숲 | 11101011111000011010001011100101101001101010111011100101111011101011110110100011 | ebe1a2e5a6aee5eebda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)