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 | 汝?┨ | 1001001111110000001111111000010010110111 | 93f03f84b7 |
EUC-JP | 汝?┨ | 1100011011110010001111111010100010111001 | c6f23fa8b9 |
UTF-8 | 汝낂┨ | 111001101011000110011101111010111000001010000010111000101001010010101000 | e6b19deb8282e294a8 |
UHC | 汝낂┨ | 111001101010001110000101111010011010011010111001 | e6a385e9a6b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)