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 | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | ?忌h? | 0011111110001010111101010110100000111111 | 3f8af5683f |
EUC-JP | ?忌h? | 0011111110110100111101110110100000111111 | 3fb4f7683f |
UTF-8 | 뤚忌h뤚 | 11101011101001001001101011100101101111111000110001101000111010111010010010011010 | eba49ae5bf8c68eba49a |
UHC | 뤚忌h뤚 | 10001111110010011101000011111011011010001000111111001001 | 8fc9d0fb688fc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)