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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 迹?珥? | 111001111001000100111111111000001110000000111111 | e7913fe0e03f |
EUC-JP | 迹?珥? | 111011011111000100111111111000001110001000111111 | edf13fe0e23f |
UTF-8 | 迹렓珥렲 | 111010001011111110111001111010111010000010010011111001111000111110100101111010111010000010110010 | e8bfb9eba093e78fa5eba0b2 |
UHC | 迹렓珥렲 | 1110111011101001100011101010100011101100101101001000111010111111 | eee98ea8ecb48ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)