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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?荊?? | 0011111110001100011101000011111100111111 | 3f8c743f3f |
EUC-JP | ?荊?? | 0011111110110111110101010011111100111111 | 3fb7d53f3f |
UTF-8 | 뤗荊퍗쨵 | 111010111010010010010111111010001000110110001010111011011000110110010111111011001010100010110101 | eba497e88d8aed8d97eca8b5 |
UHC | 뤗荊퍗쨵 | 1000111111000111111110111010101010111011100011101010010010001111 | 8fc7fbaabb8ea48f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)