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 | 00111111001111110111110000111111001111110111110001000010 | 3f3f7c3f3f7c42 |
SJIS-WIN | 蛭?|蛭?|B | 100101010110011100111111011111001001010101100111001111110111110001000010 | 95673f7c95673f7c42 |
EUC-JP | 蛭?|蛭?|B | 110010011100100000111111011111001100100111001000001111110111110001000010 | c9c83f7cc9c83f7c42 |
UTF-8 | 蛭샷|蛭샷|B | 111010001001101110101101111011001000001110110111011111001110100010011011101011011110110010000011101101110111110001000010 | e89badec83b77ce89badec83b77c42 |
UHC | 蛭샷|蛭샷|B | 1111001011110100101111001010011001111100111100101111010010111100101001100111110001000010 | f2f4bca67cf2f4bca67c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)