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 | 毫貊??贈? | 100111110111110011100110101110110011111100111111100100011010000100111111 | 9f7ce6bb3f3f91a13f |
EUC-JP | 毫貊??贈? | 110111011101110111101100101111010011111100111111110000101010001100111111 | ddddecbd3f3fc2a33f |
UTF-8 | 毫貊렏렗贈렰 | 111001101010111110101011111010001011001010001010111010111010000010001111111010111010000010010111111010001011010010001000111010111010000010110000 | e6afabe8b28aeba08feba097e8b488eba0b0 |
UHC | 毫貊렏렗贈렰 | 111110111100011011011000111001111000111010100101100011101010110011110001111111001000111010111101 | fbc6d8e78ea58eacf1fc8ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)