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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 陋滉ケ滂スオ | 111010001001101110011111111001001011100110011111111011111011110110110101 | e89b9fe4b99fefbdb5 |
EUC-JP | 陋滉ケ滂スオ | 111011111111101111011110111001101000111010111001110111101111000110001110101111011000111010110101 | effbdee68eb9def18ebd8eb5 |
UTF-8 | 陋滉ケ滂スオ | 111010011001100110001011111001101011101110001001111011111011110110111001111001101011101110000010111011111011110110111101111011111011110110110101 | e9998be6bb89efbdb9e6bb82efbdbdefbdb5 |
UHC | 陋滉?滂?? | 110101111011000011111100110100010011111111011011101101010011111100111111 | d7b0fcd13fdbb53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)