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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 驟梧万隱ァ | 111010011000010110001100111001101001011010011100111010001010101010100111 | e9858ce6969ce8aaa7 |
EUC-JP | 驟梧万隱ァ | 11110001111001011011100011101000110010111111110011110000101011001000111010100111 | f1e5b8e8cbfcf0ac8ea7 |
UTF-8 | 驟梧万隱ァ | 111010011010100110011111111001101010001010100111111001001011100010000111111010011001101010110001111011111011110110100111 | e9a99fe6a2a7e4b887e99ab1efbda7 |
UHC | 驟梧万隱? | 111101101010111011100111111111001101100010110010111010111101111100111111 | f6aee7fcd8b2ebdf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)