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 | 臍?l? | 111001000110000000111111100000101000110000111111 | e4603f828c3f |
EUC-JP | 臍?l? | 111001111100000100111111101000111110110000111111 | e7c13fa3ec3f |
UTF-8 | 臍멨l롊 | 111010001000011110001101111010111010100110101000111011111011110110001100111010111010000110001010 | e8878deba9a8efbd8ceba18a |
UHC | 臍멨l롊 | 1111000010110000101110001110010110100011111011001000111011010000 | f0b0b8e5a3ec8ed0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)