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 | ?S?? | 00111111010100110011111100111111 | 3f533f3f |
SJIS-WIN | 籵S謝爾 | 11100010111000000101001110001110110100111000111010100010 | e2e0538ed38ea2 |
EUC-JP | 籵S謝爾 | 11100100111000100101001110111100110101011011110010100100 | e4e253bcd5bca4 |
UTF-8 | 籵S謝爾 | 11100111101100011011010101010011111010001010110010011101111001111000100010111110 | e7b1b553e8ac9de788be |
UHC | ?S謝爾 | 001111110101001111011110111100111110110010110011 | 3f53def3ecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)