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 | 閻??永?歪 | 111010001000010100111111001111111000100101101001001111111001100001100011 | e8853f3f89693f9863 |
EUC-JP | 閻??永?歪 | 111011111110010100111111001111111011000111001010001111111100111111000100 | efe53f3fb1ca3fcfc4 |
UTF-8 | 閻⑶궍永긙歪 | 111010011001011010111011111000101001000110110110111010101011011010001101111001101011000010111000111010101011100010011001111001101010110110101010 | e996bbe291b6eab68de6b0b8eab899e6adaa |
UHC | 閻⑶궍永긙歪 | 111001111010001010101001111010011000001010100011111001111011010110000011010101111110100011100000 | e7a2a9e982a3e7b58357e8e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)