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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 薊ヤ侵鐔 | 1110010101001000100000111000010010010000010011101110100001011100 | e5488384904ee85c |
EUC-JP | 薊ヤ侵鐔 | 1110100110101001101001011110010010111111101011111110111110111101 | e9a9a5e4bfafefbd |
UTF-8 | 薊ヤ侵鐔 | 111010001001011010001010111000111000001110100100111001001011111010110101111010011001000010010100 | e8968ae383a4e4beb5e99094 |
UHC | ?ヤ侵? | 001111111010101111100100111101101101010100111111 | 3fabe4f6d53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)