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 | 車磁射実 | 1000111011010100100011101010010110001110110010111000111011000000 | 8ed48ea58ecb8ec0 |
EUC-JP | 車磁射実 | 1011110011010110101111001010011110111100110011011011110011000010 | bcd6bca7bccdbcc2 |
UTF-8 | 車磁射実 | 111010001011101110001010111001111010001110000001111001011011000010000100111001011010111010011111 | e8bb8ae7a381e5b084e5ae9f |
UHC | 車磁射? | 11110011101100111110110110111000110111101101001000111111 | f3b3edb8ded23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)