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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 訒ォ訒ォ^ | 11111011101000111010101111111011101000111010101101011110 | fba3abfba3ab5e |
EUC-JP | 訒ォ訒ォ^ | 1000111111011101110010001000111010101011100011111101110111001000100011101010101101011110 | 8fddc88eab8fddc88eab5e |
UTF-8 | 訒ォ訒ォ^ | 11101000101010001001001011101111101111011010101111101000101010001001001011101111101111011010101101011110 | e8a892efbdabe8a892efbdab5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)