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 | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | 撓∽?k | 100111011001101010000001111001000011111101101011 | 9d9a81e43f6b |
EUC-JP | 撓∽?k | 110110011111101010100010111001100011111101101011 | d9faa2e63f6b |
UTF-8 | 撓∽쉐k | 11100110100100101001001111100010100010001011110111101100100010011001000001101011 | e69293e288bdec89906b |
UHC | 撓∽쉐k | 11101000111101011010000111101111101111011010011001101011 | e8f5a1efbda66b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)