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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 瞽鈺 | 11100001110110101111101111000100 | e1dafbc4 |
EUC-JP | 瞽鈺 | 1110001011011100100011111110001111010101 | e2dc8fe3d5 |
UTF-8 | 瞽鈺 | 111001111001111010111101111010011000100010111010 | e79ebde988ba |
UHC | ?鈺 | 001111111110100010101101 | 3fe8ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)