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 | 塢??釗?? | 1001101011000111001111110011111111111011101110110011111100111111 | 9ac73f3ffbbb3f3f |
EUC-JP | 塢??釗?? | 110101001100100100111111001111111000111111100011101001100011111100111111 | d4c93f3f8fe3a63f3f |
UTF-8 | 塢쇄꽒釗껇풘 | 111001011010000110100010111011001000011110000100111010101011110110010010111010011000011110010111111010101011101110000111111011011001001010011000 | e5a1a2ec8784eabd92e98797eabb87ed9298 |
UHC | 塢쇄꽒釗껇풘 | 111001111111000110111100111000101000010010100001111000011111001010000011111010001011111010011011 | e7f1bce284a1e1f283e8be9b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)