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 | ???倭? | 001111110011111100111111100110000110000000111111 | 3f3f3f98603f |
EUC-JP | 獒??倭? | 1000111111001011101110110011111100111111110011111100000100111111 | 8fcbbb3f3fcfc13f |
UTF-8 | 獒앮뜤倭볿 | 111001111000110110010010111011001001010110101110111010111001110010100100111001011000000010101101111010111011001110111111 | e78d92ec95aeeb9ca4e580adebb3bf |
UHC | 獒앮뜤倭볿 | 11101000101000111001110111100110100011011010011111101000110111101001010001000010 | e8a39de68da7e8de9442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)