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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 畏??節?F | 1000100011011000001111110011111110010000110111110011111101000110 | 88d83f3f90df3f46 |
EUC-JP | 畏??節?F | 1011000011011010001111110011111111000000111000010011111101000110 | b0da3f3fc0e13f46 |
UTF-8 | 畏놅풏節퍫F | 11100111100101011000111111101011100001101000010111101101100100101000111111100111101011111000000011101101100011011010101101000110 | e7958feb8685ed928fe7af80ed8dab46 |
UHC | 畏놅풏節퍫F | 1110100011100110100001101110111110111110100100111110111110111101101111000100001001000110 | e8e686efbe93efbdbc4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)