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 | 町邁?迅?薔 | 10010010101011001110011110110000001111111001000001110110001111111110010101001011 | 92ace7b03f90763fe54b |
EUC-JP | 町邁?迅?薔 | 11000100101011101110111010110010001111111011111111010111001111111110100110101100 | c4aeeeb23fbfd73fe9ac |
UTF-8 | 町邁걀迅렯薔 | 111001111001010010111010111010011000001010000001111010101011000110000000111010001011111110000101111010111010000010101111111010001001011010010100 | e794bae98281eab180e8bf85eba0afe89694 |
UHC | 町邁걀迅렯薔 | 111011111110101111011000111001001011000010111111111000111111011010001110101111001110110111111001 | efebd8e4b0bfe3f68ebcedf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)