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 | 終嵌?? | 100011110100100110011011110001100011111100111111 | 8f499bc63f3f |
EUC-JP | 終嵌?? | 101111011010101011010110110010000011111100111111 | bdaad6c83f3f |
UTF-8 | 終嵌각劉 | 111001111011010110000010111001011011010110001100111010101011000010000001111011111010011110000111 | e7b582e5b58ceab081efa787 |
UHC | 終嵌각劉 | 1111000011111011110010101110111010110000101000101110101011100101 | f0fbcaeeb0a2eae5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)