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 | ????S? | 001111110011111100111111001111110101001100111111 | 3f3f3f3f533f |
SJIS-WIN | 鞜擾スュS鋺 | 111010001101111110001111111011111011110110101101010100111110011111111010 | e8df8fefbdad53e7fa |
EUC-JP | 鞜擾スュS鋺 | 1111000011100001101111101111000110001110101111011000111010101101010100111110111011111100 | f0e1bef18ebd8ead53eefc |
UTF-8 | 鞜擾スュS鋺 | 11101001100111101001110011100110100100111011111011101111101111011011110111101111101111011010110101010011111010011000101110111010 | e99e9ce693beefbdbdefbdad53e98bba |
UHC | ?擾??S? | 00111111111010001111011000111111001111110101001100111111 | 3fe8f63f3f533f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)