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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 莉咏ィョ隱敵 | 11100100101110111001100111100111101010001010111011101000101010101001001101000111 | e4bb99e7a8aee8aa9347 |
EUC-JP | 莉咏ィョ隱敵 | 111010001011110111010010111010011000111010101000100011101010111011110000101011001100010110101000 | e8bdd2e98ea88eaef0acc5a8 |
UTF-8 | 莉咏ィョ隱敵 | 111010001000111010001001111001011001001010001111111011111011110110101000111011111011110110101110111010011001101010110001111001101001010110110101 | e88e89e5928fefbda8efbdaee99ab1e695b5 |
UHC | 莉???隱敵 | 110101111110100100111111001111110011111111101011110111111110111011011000 | d7e93f3f3febdfeed8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)