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 | 驕禾淏 | 111010011000000110001001110100011111101101000010 | e98189d1fb42 |
EUC-JP | 驕禾淏 | 11110001111000011011001011010011100011111100011111011001 | f1e1b2d38fc7d9 |
UTF-8 | 驕禾淏 | 111010011010100110010101111001111010011010111110111001101011011110001111 | e9a995e7a6bee6b78f |
UHC | 驕禾淏 | 110011101111011011111100101000101111101111001000 | cef6fca2fbc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)