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 | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | 蜃劾i蜃劾iB | 1110010110000111100010100100111001101001111001011000011110001010010011100110100101000010 | e5878a4e69e5878a4e6942 |
EUC-JP | 蜃劾i蜃劾iB | 1110100111100111101100111010111101101001111010011110011110110011101011110110100101000010 | e9e7b3af69e9e7b3af6942 |
UTF-8 | 蜃劾i蜃劾iB | 111010001001110010000011111001011000101010111110011010011110100010011100100000111110010110001010101111100110100101000010 | e89c83e58abe69e89c83e58abe6942 |
UHC | 蜃劾i蜃劾iB | 1110001111110001111110101011011001101001111000111111000111111010101101100110100101000010 | e3f1fab669e3f1fab66942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)