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 | 影??癌?? | 1000100101100101001111110011111110001010111000000011111100111111 | 89653f3f8ae03f3f |
EUC-JP | 影??癌?? | 1011000111000110001111110011111110110100111000100011111100111111 | b1c63f3fb4e23f3f |
UTF-8 | 影좄뻗癌꿱뮅 | 111001011011110110110001111011001010001010000100111010111011101110010111111001111001100110001100111010101011111110110001111010111010111010000101 | e5bdb1eca284ebbb97e7998ceabfb1ebae85 |
UHC | 影좄뻗癌꿱뮅 | 111001111010111110100000111010001011101110111000111001001101111110110010111010001001001010010100 | e7afa0e8bbb8e4dfb2e89294 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)