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 | 黎渥? | 1110101001110100100010001010110100111111 | ea7488ad3f |
EUC-JP | 黎渥? | 1111001111010101101100001010111100111111 | f3d5b0af3f |
UTF-8 | 黎渥뤢 | 111010011011101110001110111001101011100010100101111010111010010010100010 | e9bb8ee6b8a5eba4a2 |
UHC | 黎渥뤢 | 110101011111001111100100110001101000111111010000 | d5f3e4c68fd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)