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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ?斤匡??B | 0011111110001011110100101000101110100111001111110011111101000010 | 3f8bd28ba73f3f42 |
EUC-JP | ?斤匡??B | 0011111110110110110101001011011010101001001111110011111101000010 | 3fb6d4b6a93f3f42 |
UTF-8 | 렺斤匡읖렊B | 11101011101000001011101011100110100101101010010011100101100011001010000111101100100111011001011011101011101000001000101001000010 | eba0bae696a4e58ca1ec9d96eba08a42 |
UHC | 렺斤匡읖렊B | 1000111011000010110100001100010111001110110001001100000011000101100011101010000101000010 | 8ec2d0c5cec4c0c58ea142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)