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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???源ζ? | 0011111100111111001111111000110010111001100000111100010000111111 | 3f3f3f8cb983c43f |
EUC-JP | ???源ζ? | 0011111100111111001111111011100010111011101001101100011000111111 | 3f3f3fb8bba6c63f |
UTF-8 | 歷잏킋源ζ쨫 | 1110111110100110100011001110110010011110100011111110110110000010100010111110011010111010100100001100111010110110111011001010100010101011 | efa68cec9e8fed828be6ba90ceb6eca8ab |
UHC | 歷잏킋源ζ쨫 | 111001101011100010011111111001111011010010010111111010101011100110100101111001101010010010000101 | e6b89fe7b497eab9a5e6a485 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)