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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 搖???ヨ? | 1001110110001010001111110011111100111111100000111000100000111111 | 9d8a3f3f3f83883f |
EUC-JP | 搖???ヨ? | 1101100111101010001111110011111100111111101001011110100000111111 | d9ea3f3f3fa5e83f |
UTF-8 | 搖㎩퉫略ヨ춠 | 111001101001000010010110111000111000111010101001111011011000100110101011111011111010010110110110111000111000001110101000111011001011011010100000 | e69096e38ea9ed89abefa5b6e383a8ecb6a0 |
UHC | 搖㎩퉫略ヨ춠 | 111010001111010010100111111001011011100110000011111001011011001010101011111010001010110110000001 | e8f4a7e5b983e5b2abe8ad81 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)