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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | ?咫埠h | 001111111001101001000000100101010111010101101000 | 3f9a40957568 |
EUC-JP | ?咫埠h | 001111111101001110100001110010011101011001101000 | 3fd3a1c9d668 |
UTF-8 | 룶咫埠h | 11101011101000111011011011100101100100101010101111100101100111111010000001101000 | eba3b6e592abe59fa068 |
UHC | 룶咫埠h | 10001111101010111111001010100001110111001111110001101000 | 8fabf2a1dcfc68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)