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 | 鴉????? | 11101001111010110011111100111111001111110011111100111111 | e9eb3f3f3f3f3f |
EUC-JP | 鴉??靷?? | 111100101110110100111111001111111000111111100111101111010011111100111111 | f2ed3f3f8fe7bd3f3f |
UTF-8 | 鴉띾갈靷볣댖 | 111010011011010010001001111010111001110110111110111010101011000010001000111010011001110110110111111010111011001110100011111010111000110010010110 | e9b489eb9dbeeab088e99db7ebb3a3eb8c96 |
UHC | 鴉띾갈靷볣댖 | 111001001011110010001101111010111011000010100101111011001110011010010011111010011000100010111010 | e4bc8debb0a5ece693e988ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)