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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鴨???^ | 100010101001101100111111001111110011111101011110 | 8a9b3f3f3f5e |
EUC-JP | 鴨???^ | 101100111111101100111111001111110011111101011110 | b3fb3f3f3f5e |
UTF-8 | 鴨민밸늿^ | 11101001101101001010100011101011101011111011110011101011101100001011100011101011100010101011111101011110 | e9b4a8ebafbcebb0b8eb8abf5e |
UHC | 鴨민밸늿^ | 111001001110010110111001110011101011100111101011100010001000100001011110 | e4e5b9ceb9eb88885e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)