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 | ????N? | 001111110011111100111111001111110100111000111111 | 3f3f3f3f4e3f |
SJIS-WIN | 鞜擾スュN錮 | 111010001101111110001111111011111011110110101101010011101110011111111100 | e8df8fefbdad4ee7fc |
EUC-JP | 鞜擾スュN錮 | 1111000011100001101111101111000110001110101111011000111010101101010011101110111011111110 | f0e1bef18ebd8ead4eeefe |
UTF-8 | 鞜擾スュN錮 | 11101001100111101001110011100110100100111011111011101111101111011011110111101111101111011010110101001110111010011000110010101110 | e99e9ce693beefbdbdefbdad4ee98cae |
UHC | ?擾??N錮 | 0011111111101000111101100011111100111111010011101100110111010001 | 3fe8f63f3f4ecdd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)