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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 蘓戀}蘓戀{^ | 1110010101011110100111001111011001111101111001010101111010011100111101100111101101011110 | e55e9cf67de55e9cf67b5e |
EUC-JP | 蘓戀}蘓戀{^ | 1110100110111111110110001111100001111101111010011011111111011000111110000111101101011110 | e9bfd8f87de9bfd8f87b5e |
UTF-8 | 蘓戀}蘓戀{^ | 111010001001100010010011111001101000100010000000011111011110100010011000100100111110011010001000100000000111101101011110 | e89893e688807de89893e688807b5e |
UHC | ?戀}?戀{^ | 001111111101010111111100011111010011111111010101111111000111101101011110 | 3fd5fc7d3fd5fc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)