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 | 薔ワ舟莨 | 1110010101001011100000111000111110001111010011011110010010111100 | e54b838f8f4de4bc |
EUC-JP | 薔ワ舟莨 | 1110100110101100101001011110111110111101101011101110100010111110 | e9aca5efbdaee8be |
UTF-8 | 薔ワ舟莨 | 111010001001011010010100111000111000001110101111111010001000100010011111111010001000111010101000 | e89694e383afe8889fe88ea8 |
UHC | 薔ワ舟? | 11101101111110011010101111101111111100011100011100111111 | edf9abeff1c73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)