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 | 貂溏鹿邉 | 1110011010111000100111111110110110001110101011011110011110110011 | e6b89fed8eade7b3 |
EUC-JP | 貂溏鹿邉 | 1110110010111010110111101110111110111100101011111110111010110101 | ecbadeefbcafeeb5 |
UTF-8 | 貂溏鹿邉 | 111010001011001010000010111001101011101010001111111010011011100110111111111010011000001010001001 | e8b282e6ba8fe9b9bfe98289 |
UHC | 貂?鹿? | 111101011011000000111111110101101110001100111111 | f5b03fd6e33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)