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 | 躍??垂 | 100101101111010000111111001111111001000010000010 | 96f43f3f9082 |
EUC-JP | 躍??垂 | 110011001111011000111111001111111011111111100010 | ccf63f3fbfe2 |
UTF-8 | 躍녕븫垂 | 111010001011101010001101111010111000010110010101111010111011100010101011111001011001111010000010 | e8ba8deb8595ebb8abe59e82 |
UHC | 躍녕븫垂 | 1110010110111000101100111110011110010101100101001110000111110111 | e5b8b3e79594e1f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)