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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 筌??溢? | 11100010101000110011111100111111100010001110110000111111 | e2a33f3f88ec3f |
EUC-JP | 筌??溢? | 11100100101001010011111100111111101100001110111000111111 | e4a53f3fb0ee3f |
UTF-8 | 筌믩봾溢좦 | 111001111010110110001100111010111010111110101001111010111011010010111110111001101011101010100010111011001010001010100110 | e7ad8cebafa9ebb4bee6baa2eca2a6 |
UHC | 筌믩봾溢좦 | 11101111101001111001001011101011100101001000010111101100111011101010000101000010 | efa792eb9485eceea142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)