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 | 罌??宜?? | 1110001110100000001111110011111110001011010110000011111100111111 | e3a03f3f8b583f3f |
EUC-JP | 罌??宜?? | 1110011010100010001111110011111110110101101110010011111100111111 | e6a23f3fb5b93f3f |
UTF-8 | 罌살뜽宜띈쯁 | 111001111011110110001100111011001000001010110100111010111001110010111101111001011010111010011100111010111001110110001000111011001010111110000001 | e7bd8cec82b4eb9cbde5ae9ceb9d88ecaf81 |
UHC | 罌살뜽宜띈쯁 | 111001011010001010111011111011001000110110111000111010111111000110110110111010001010100010011101 | e5a2bbec8db8ebf1b6e8a89d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)