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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 蟻??\ | 1000101101100001001111110011111101011100 | 8b613f3f5c |
EUC-JP | 蟻??\ | 1011010111000010001111110011111101011100 | b5c23f3f5c |
UTF-8 | 蟻띾몡\ | 11101000100111111011101111101011100111011011111011101011101010101010000101011100 | e89fbbeb9dbeebaaa15c |
UHC | 蟻띾몡\ | 11101011111111001000110111101011100100011000111101011100 | ebfc8deb918f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)