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 | 蠇齢瞳贒オ軏 | 1111101110100001100101111110111010010011101101011111101110101111101101011111101110110010 | fba197ee93b5fbafb5fbb2 |
EUC-JP | ?齢瞳贒オ軏 | 00111111110011101111000011000110101101111000111111011111110000111000111010110101100011111110000011011001 | 3fcef0c6b78fdfc38eb58fe0d9 |
UTF-8 | 蠇齢瞳贒オ軏 | 111010001010000010000111111010011011110110100010111001111001111010110011111010001011010010010010111011111011110110110101111010001011101110001111 | e8a087e9bda2e79eb3e8b492efbdb5e8bb8f |
UHC | ??瞳??? | 00111111001111111101010011011010001111110011111100111111 | 3f3fd4da3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)