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 | ?W?? | 00111111010101110011111100111111 | 3f573f3f |
SJIS-WIN | ?W屑橈 | 001111110101011110001011111110111001111011110100 | 3f578bfb9ef4 |
EUC-JP | ?W屑橈 | 001111110101011110110110111111011101110011110110 | 3f57b6fddcf6 |
UTF-8 | 숷W屑橈 | 11101100100010001011011101010111111001011011000110010001111001101010100110001000 | ec88b757e5b191e6a988 |
UHC | 숷W屑橈 | 10011010010011000101011111100000110110101110100011111010 | 9a4c57e0dae8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)