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 | ???P | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-WIN | 渦o?P | 100010010101000110000010100011110011111101010000 | 8951828f3f50 |
EUC-JP | 渦o?P | 101100011011001010100011111011110011111101010000 | b1b2a3ef3f50 |
UTF-8 | 渦o쉬P | 11100110101110001010011011101111101111011000111111101100100010011010110001010000 | e6b8a6efbd8fec89ac50 |
UHC | 渦o쉬P | 11101000101111101010001111101111101111011010110001010000 | e8bea3efbdac50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)