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 | 要??恂↓Ж | 10010111011101100011111100111111100111001001011010000001101010111000010001000111 | 97763f3f9c9681ab8447 |
EUC-JP | 要??恂↓Ж | 11001101110101110011111100111111110101111111011010100010101011011010011110101000 | cdd73f3fd7f6a2ada7a8 |
UTF-8 | 要쀥툦恂↓Ж | 1110100010100110100000011110110010000000101001011110110110001000101001101110011010000001100000101110001010000110100100111101000010010110 | e8a681ec80a5ed88a6e68182e28693d096 |
UHC | 要쀥툦恂↓Ж | 111010011010100110010111111001011011100010011101111000101110000110100001111010011010110010101000 | e9a997e5b89de2e1a1e9aca8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)