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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 小楔?? | 100011111010110010011110101101100011111100111111 | 8fac9eb63f3f |
EUC-JP | 小楔?? | 101111101010111011011100101110000011111100111111 | beaedcb83f3f |
UTF-8 | 小楔섍뾸 | 111001011011000010001111111001101010010110010100111011001000010010001101111010111011111010111000 | e5b08fe6a594ec848debbeb8 |
UHC | 小楔섍뾸 | 1110000110110011111000001101101110011000111010101001011101111010 | e1b3e0db98ea977a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)