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 | 肄後勝 | 111000111110010110001100111000111000111110011111 | e3e58ce38f9f |
EUC-JP | 肄後勝 | 111001101110011110111000111001011011111010100001 | e6e7b8e5bea1 |
UTF-8 | 肄後勝 | 111010001000001010000100111001011011111010001100111001011000101110011101 | e88284e5be8ce58b9d |
UHC | 肄後勝 | 111011001011110111111101101011011110001110101101 | ecbdfdade3ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)