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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 硼準? | 1110000111101101100011111000000000111111 | e1ed8f803f |
EUC-JP | 硼準? | 1110001011101111101111011110000000111111 | e2efbde03f |
UTF-8 | 硼準탰 | 111001111010000110111100111001101011101010010110111011011000001110110000 | e7a1bce6ba96ed83b0 |
UHC | 硼準탰 | 110111011101110111110001110111101100010111001001 | ddddf1dec5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)