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 | 閻??諛 | 111010001000010100111111001111111110011010000111 | e8853f3fe687 |
EUC-JP | 閻??諛 | 111011111110010100111111001111111110101111100111 | efe53f3febe7 |
UTF-8 | 閻뉖똾諛 | 111010011001011010111011111010111000100110010110111010111001100010111110111010001010101110011011 | e996bbeb8996eb98bee8ab9b |
UHC | 閻뉖똾諛 | 1110011110100010100001111110101110001100100001001110101110110000 | e7a287eb8c84ebb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)