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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 肄??B | 1110001111100101001111110011111101000010 | e3e53f3f42 |
EUC-JP | 肄??B | 1110011011100111001111110011111101000010 | e6e73f3f42 |
UTF-8 | 肄ㅼ숴B | 11101000100000101000010011100011100001011011110011101100100010001011010001000010 | e88284e385bcec88b442 |
UHC | 肄ㅼ숴B | 11101100101111011010010011101100101111011010010001000010 | ecbda4ecbda442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)