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 | ??新?? | 001111110011111110010000010101100011111100111111 | 3f3f90563f3f |
EUC-JP | 彛?新?? | 1000111110111100111110100011111110111111101101110011111100111111 | 8fbcfa3fbfb73f3f |
UTF-8 | 彛렮新잿렦 | 111001011011110110011011111010111010000010101110111001101001011010110000111011001001111010111111111010111010000010100110 | e5bd9beba0aee696b0ec9ebfeba0a6 |
UHC | 彛렮新잿렦 | 11101100101011011000111010111011111000111110011011000000111011011000111010110101 | ecad8ebbe3e6c0ed8eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)