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 | ?淺??瞋潁 | 001111111001111111000111001111110011111111100001110100011001111111110001 | 3f9fc73f3fe1d19ff1 |
EUC-JP | ?淺??瞋潁 | 001111111101111011001001001111110011111111100010110100111101111011110011 | 3fdec93f3fe2d3def3 |
UTF-8 | 뤚淺웡롁瞋潁 | 111010111010010010011010111001101011011110111010111011001001101110100001111010111010000110000001111001111001111010001011111001101011110110000001 | eba49ae6b7baec9ba1eba181e79e8be6bd81 |
UHC | 뤚淺웡롁瞋潁 | 100011111100100111110100101111001011111111111101100011101100100011110010110110011110011110111000 | 8fc9f4bcbffd8ec8f2d9e7b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)