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 | 襭苦隠襭苦4 | 111001100100001010001011111010101000100101000010111001100100001010001011111010101000001001010011 | e6428bea8942e6428bea8253 |
EUC-JP | 襭苦隠襭苦4 | 111010111010001110110110111011001011000110100011111010111010001110110110111011001010001110110100 | eba3b6ecb1a3eba3b6eca3b4 |
UTF-8 | 襭苦隠襭苦4 | 111010001010010110101101111010001000101110100110111010011001101010100000111010001010010110101101111010001000101110100110111011111011110010010100 | e8a5ade88ba6e99aa0e8a5ade88ba6efbc94 |
UHC | ?苦??苦4 | 001111111100110111001000001111110011111111001101110010001010001110110100 | 3fcdc83f3fcdc8a3b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)