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 | 踵門槙踞樒 | 11100110111110011001011011100101100101101000101011100110111101011001111011100111 | e6f996e5968ae6f59ee7 |
EUC-JP | 踵門槙踞樒 | 11101100111110111100110011100111110010111110101011101100111101111101110011101001 | ecfbcce7cbeaecf7dce9 |
UTF-8 | 踵門槙踞樒 | 111010001011100010110101111010011001011010000000111001101010011110011001111010001011100010011110111001101010100010010010 | e8b8b5e99680e6a799e8b89ee6a892 |
UHC | 踵門?踞? | 1111000110100010110110101010011000111111110010111110011000111111 | f1a2daa63fcbe63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)