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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鼇??馭? | 11101010100001110011111100111111111010010110011000111111 | ea873f3fe9663f |
EUC-JP | 鼇??馭? | 11110011111001110011111100111111111100011100011100111111 | f3e73f3ff1c73f |
UTF-8 | 鼇믢옅馭텯 | 111010011011110010000111111010111010111110100010111011001001100010000101111010011010011010101101111011011000010110101111 | e9bc87ebafa2ec9885e9a6aded85af |
UHC | 鼇믢옅馭텯 | 11101000101010001001001011100100101111111011011011100101110111111011011101000010 | e8a892e4bfb6e5dfb742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)