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 | 耶??艤?? | 1001011011101011001111110011111111100100011111100011111100111111 | 96eb3f3fe47e3f3f |
EUC-JP | 耶??艤?? | 1100110011101101001111110011111111100111110111110011111100111111 | cced3f3fe7df3f3f |
UTF-8 | 耶껊짘艤쒑쯁 | 111010001000000010110110111010101011101110001010111011001010011110011000111010001000100110100100111011001001001010010001111011001010111110000001 | e880b6eabb8aeca798e889a4ec9291ecaf81 |
UHC | 耶껊짘艤쒑쯁 | 111001011010110110000011111010111010001110011111111010111111101010011100111010001010100010011101 | e5ad83eba39febfa9ce8a89d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)