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 | 五??嗚?? | 1000110011011100001111110011111110011010011010100011111100111111 | 8cdc3f3f9a6a3f3f |
EUC-JP | 五??嗚?? | 1011100011011110001111110011111111010011110010110011111100111111 | b8de3f3fd3cb3f3f |
UTF-8 | 五뷩꺂嗚먪윢 | 111001001011101010010100111010111011011110101001111010101011101010000010111001011001011110011010111010111010100010101010111011001001110010100010 | e4ba94ebb7a9eaba82e5979aeba8aaec9ca2 |
UHC | 五뷩꺂嗚먪윢 | 111001111110100110111010111000111000001110101011111001111111000010010000111001111001111110100011 | e7e9bae383abe7f090e79fa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)