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 | ゙ィ | 111100001010101011011110111100001101010110101000 | f0aadef0d5a8 |
EUC-JP | ?゙?ィ | 001111111000111011011110001111111000111010101000 | 3f8ede3f8ea8 |
UTF-8 | ゙ィ | 111011101000000110101001111011111011111010011110111011101000001010010100111011111011110110101000 | ee81a9efbe9eee8294efbda8 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)