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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | 繇??? | 100011111101010011010001001111110011111100111111 | 8fd4d13f3f3f |
UTF-8 | 繇댁뵒溜 | 111001111011100110000111111010111000110010000001111010111011010110010010111011111010011110001011 | e7b987eb8c81ebb592efa78b |
UHC | 繇댁뵒溜 | 1110100110100011101101001110110010010100100101001110101011111110 | e9a3b4ec9494eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)