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 | ???U | 00111111001111110011111101010101 | 3f3f3f55 |
SJIS-WIN | 薔ワ舟U | 11100101010010111000001110001111100011110100110101010101 | e54b838f8f4d55 |
EUC-JP | 薔ワ舟U | 11101001101011001010010111101111101111011010111001010101 | e9aca5efbdae55 |
UTF-8 | 薔ワ舟U | 11101000100101101001010011100011100000111010111111101000100010001001111101010101 | e89694e383afe8889f55 |
UHC | 薔ワ舟U | 11101101111110011010101111101111111100011100011101010101 | edf9abeff1c755 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)