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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 癌???? | 100010101110000000111111001111110011111100111111 | 8ae03f3f3f3f |
EUC-JP | 癌??靷? | 1011010011100010001111110011111110001111111001111011110100111111 | b4e23f3f8fe7bd3f |
UTF-8 | 癌껋뇴靷밄 | 111001111001100110001100111010101011101110001011111010111000011110110100111010011001110110110111111010111011000010000100 | e7998ceabb8beb87b4e99db7ebb084 |
UHC | 癌껋뇴靷밄 | 11100100110111111000001111101100100001111001100011101100111001101001001101000010 | e4df83ec8798ece69342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)