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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 阿??艶e? | 100010001010001000111111001111111000100110010000100000101000010100111111 | 88a23f3f899082853f |
EUC-JP | 阿??艶e? | 101100001010010000111111001111111011000111110000101000111110010100111111 | b0a43f3fb1f0a3e53f |
UTF-8 | 阿숇젔艶e칽 | 111010011001100010111111111011001000100010000111111011001010000010010100111010001000100110110110111011111011110110000101111011001011100110111101 | e998bfec8887eca094e889b6efbd85ecb9bd |
UHC | 阿숇젔艶e칽 | 111001001011100110011001111010111010000010010010111001101111110110100011111001011010111110001100 | e4b999eba092e6fda3e5af8c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)