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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???穩??? | 0011111100111111001111111110001001110010001111110011111100111111 | 3f3f3fe2723f3f3f |
EUC-JP | ???穩??? | 0011111100111111001111111110001111010011001111110011111100111111 | 3f3f3fe3d33f3f3f |
UTF-8 | 曆뤸뇛穩븝슴料 | 111011111010011010001011111010111010010010111000111010111000011110011011111001111010100110101001111010111011100010011101111011001000101010110100111011111010011010111110 | efa68beba4b8eb879be7a9a9ebb89dec8ab4efa6be |
UHC | 曆뤸뇛穩븝슴料 | 1110011010110111100011111110011010000111100001101110100010110001101110101110111110111101101111111110100011110111 | e6b78fe68786e8b1baefbdbfe8f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)