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 | 譽??繹 | 111001101010001100111111001111111110001110001000 | e6a33f3fe388 |
EUC-JP | 譽??繹 | 111011001010010100111111001111111110010111101000 | eca53f3fe5e8 |
UTF-8 | 譽덄엹繹 | 111010001010110110111101111010111000110110000100111011001001011110111001111001111011100110111001 | e8adbdeb8d84ec97b9e7b9b9 |
UHC | 譽덄엹繹 | 1110011111100010100010001110011110011110100010111110011010111010 | e7e288e79e8be6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)