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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??船僊 | 001111110011111110010001010001001001100101000001 | 3f3f91449941 |
EUC-JP | 饍?船僊 | 1000111111101000111011010011111111000001101001011101000110100010 | 8fe8ed3fc1a5d1a2 |
UTF-8 | 饍栒船僊 | 111010011010010110001101111001101010000010010010111010001000100010111001111001011000001110001010 | e9a58de6a092e888b9e5838a |
UHC | 饍栒船僊 | 1110000011010111111000101110001111100000110011111110000010111010 | e0d7e2e3e0cfe0ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)