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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 借車紗宍 | 1000111011011000100011101101010010001110110100011000111010110011 | 8ed88ed48ed18eb3 |
EUC-JP | 借車紗宍 | 1011110011011010101111001101011010111100110100111011110010110101 | bcdabcd6bcd3bcb5 |
UTF-8 | 借車紗宍 | 111001011000000010011111111010001011101110001010111001111011010010010111111001011010111010001101 | e5809fe8bb8ae7b497e5ae8d |
UHC | 借車紗? | 11110011101010001111001110110011110111101110100100111111 | f3a8f3b3dee93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)