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 | ?咀湘? | 001111111001100111110000100011111100001100111111 | 3f99f08fc33f |
EUC-JP | ?咀湘棅 | 0011111111010010111100101011111011000101100011111100001111111011 | 3fd2f2bec58fc3fb |
UTF-8 | 쒜咀湘棅 | 111011001001001010011100111001011001001010000000111001101011100110011000111001101010001110000101 | ec929ce59280e6b998e6a385 |
UHC | 쒜咀湘棅 | 1011111010101110111011101011101011011111110011111101110010111000 | beaeeebadfcfdcb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)