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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?遯? | 00111111111001111010101000111111 | 3fe7aa3f |
EUC-JP | 芷遯? | 100011111101011111001001111011101010110000111111 | 8fd7c9eeac3f |
UTF-8 | 芷遯땔 | 111010001000101010110111111010011000000110101111111010111001010110010100 | e88ab7e981afeb9594 |
UHC | 芷遯땔 | 111100101011101011010100111011101011011010101010 | f2bad4eeb6aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)