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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 。ォア。ォ | 101000011111000110001111101010111011000110100001111100001110110110101011 | a1f18fabb1a1f0edab |
EUC-JP | 。?ォア。?ォ | 100011101010000100111111100011101010101110001110101100011000111010100001001111111000111010101011 | 8ea13f8eab8eb18ea13f8eab |
UTF-8 | 。ォア。ォ | 111011111011110110100001111011101000010010001010111011111011110110101011111011111011110110110001111011111011110110100001111011101000001010101100111011111011110110101011 | efbda1ee848aefbdabefbdb1efbda1ee82acefbdab |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)