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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | セ尞ス邇タB | 1011111011111010101010111011110111100111100011101100000001000010 | befaabbde78ec042 |
EUC-JP | セ尞ス邇タB | 100011101011111010001111101110101110101110001110101111011110110111101110100011101100000001000010 | 8ebe8fbaeb8ebdedee8ec042 |
UTF-8 | セ尞ス邇タB | 11101111101111011011111011100101101100001001111011101111101111011011110111101001100000101000011111101111101111101000000001000010 | efbdbee5b09eefbdbde98287efbe8042 |
UHC | ???邇?B | 00111111001111110011111111101100110001000011111101000010 | 3f3f3fecc43f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)