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 | ?證?邯 | 001111111110011010011010001111111110011110110110 | 3fe69a3fe7b6 |
EUC-JP | ?證?邯 | 001111111110101111111010001111111110111010111000 | 3febfa3feeb8 |
UTF-8 | 뤴證큇邯 | 111010111010010010110100111010001010110110001001111011011000000110000111111010011000001010101111 | eba4b4e8ad89ed8187e982af |
UHC | 뤴證큇邯 | 1000111111100010111100011111101111000101101000111100101011111011 | 8fe2f1fbc5a3cafb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)