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 | î²Á¼ | 11101110101100101100000110111100 | eeb2c1bc |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | î?Á? | 1000111110101011110000100011111110001111101010101010000100111111 | 8fabc23f8faaa13f |
UTF-8 | î²Á¼ | 1100001110101110110000101011001011000011100000011100001010111100 | c3aec2b2c381c2bc |
UHC | ?²?¼ | 001111111010100111110111001111111010100011111001 | 3fa9f73fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)