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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 楡??楡??^ | 100111101011111000111111001111111001111010111110001111110011111101011110 | 9ebe3f3f9ebe3f3f5e |
EUC-JP | 楡??楡??^ | 110111001100000000111111001111111101110011000000001111110011111101011110 | dcc03f3fdcc03f3f5e |
UTF-8 | 楡ㅲ넁楡ㅲ넁^ | 11100110101001011010000111100011100001011011001011101011100001001000000111100110101001011010000111100011100001011011001011101011100001001000000101011110 | e6a5a1e385b2eb8481e6a5a1e385b2eb84815e |
UHC | 楡ㅲ넁楡ㅲ넁^ | 11101010111110001010010011100010100001101001000111101010111110001010010011100010100001101001000101011110 | eaf8a4e28691eaf8a4e286915e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)