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 | 001111110011111101000110 | 3f3f46 |
SJIS-WIN | 謝篠F | 1000111011010011100011101100001001000110 | 8ed38ec246 |
EUC-JP | 謝篠F | 1011110011010101101111001100010001000110 | bcd5bcc446 |
UTF-8 | 謝篠F | 11101000101011001001110111100111101011111010000001000110 | e8ac9de7afa046 |
UHC | 謝篠F | 1101111011110011111000011100011001000110 | def3e1c646 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)