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 | 罌????? | 11100011101000000011111100111111001111110011111100111111 | e3a03f3f3f3f3f |
EUC-JP | 罌????? | 11100110101000100011111100111111001111110011111100111111 | e6a23f3f3f3f3f |
UTF-8 | 罌븐엹六묈꼧 | 111001111011110110001100111010111011100010010000111011001001011110111001111011111010011110010001111010111010110010001000111010101011110010100111 | e7bd8cebb890ec97b9efa791ebac88eabca7 |
UHC | 罌븐엹六묈꼧 | 111001011010001010111010111011001001111010001011111010111011101110010001111001011000010010000100 | e5a2baec9e8bebbb91e58484 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)