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 | ??延?? | 001111110011111110001001100001000011111100111111 | 3f3f89843f3f |
EUC-JP | ??延?? | 001111110011111110110001111001000011111100111111 | 3f3fb1e43f3f |
UTF-8 | 롚롒延렏렕 | 111010111010000110011010111010111010000110010010111001011011101110110110111010111010000010001111111010111010000010010101 | eba19aeba192e5bbb6eba08feba095 |
UHC | 롚롒延렏렕 | 10001110110111101000111011010111111001101100010110001110101001011000111010101010 | 8ede8ed7e6c58ea58eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)