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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | 褥ャ鮓ゥBF | 1110010111110001101011001110100110110110101010010100001001000110 | e5f1ace9b6a94246 |
EUC-JP | 褥ャ鮓ゥBF | 11101010111100111000111010101100111100101011100010001110101010010100001001000110 | eaf38eacf2b88ea94246 |
UTF-8 | 褥ャ鮓ゥBF | 1110100010100100101001011110111110111101101011001110100110101110100100111110111110111101101010010100001001000110 | e8a4a5efbdace9ae93efbda94246 |
UHC | 褥???BF | 11101001101100110011111100111111001111110100001001000110 | e9b33f3f3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)