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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 褫弥聖 | 111001011111001110010110111011011001000010111001 | e5f396ed90b9 |
EUC-JP | 褫弥聖 | 111010101111010111001100111011111100000010111011 | eaf5ccefc0bb |
UTF-8 | 褫弥聖 | 111010001010010010101011111001011011110010100101111010001000000110010110 | e8a4abe5bca5e88196 |
UHC | ??聖 | 00111111001111111110000110100001 | 3f3fe1a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)