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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 篏邪悉 | 111000101011101110001110110101111000111010111011 | e2bb8ed78ebb |
EUC-JP | 篏邪悉 | 111001001011110110111100110110011011110010111101 | e4bdbcd9bcbd |
UTF-8 | 篏邪悉 | 111001111010111110001111111010011000001010101010111001101000001010001001 | e7af8fe982aae68289 |
UHC | ?邪悉 | 0011111111011110111101111110001111111010 | 3fdef7e3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)