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 | ?淺??瞋? | 0011111110011111110001110011111100111111111000011101000100111111 | 3f9fc73f3fe1d13f |
EUC-JP | ?淺??瞋? | 0011111111011110110010010011111100111111111000101101001100111111 | 3fdec93f3fe2d33f |
UTF-8 | 뤚淺웡롔瞋玲 | 111010111010010010011010111001101011011110111010111011001001101110100001111010111010000110010100111001111001111010001011111011111010011010101101 | eba49ae6b7baec9ba1eba194e79e8befa6ad |
UHC | 뤚淺웡롔瞋玲 | 100011111100100111110100101111001011111111111101100011101101100011110010110110011110011110111111 | 8fc9f4bcbffd8ed8f2d9e7bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)