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 | ¼Àº | 10111100110000001000111110111010 | bcc08fba |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ?À?º | 0011111110001111101010101010001000111111100011111010001011101011 | 3f8faaa23f8fa2eb |
UTF-8 | ¼Àº | 1100001010111100110000111000000011000010100011111100001010111010 | c2bcc380c28fc2ba |
UHC | ¼??º | 101010001111100100111111001111111010100010101100 | a8f93f3fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)