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 | 樽息脱湛 | 1001001001001101100100011010011110010010010001011001001001011000 | 924d91a792459258 |
EUC-JP | 樽息脱湛 | 1100001110101110110000101010100111000011101001101100001110111001 | c3aec2a9c3a6c3b9 |
UTF-8 | 樽息脱湛 | 111001101010100010111101111001101000000110101111111010001000010010110001111001101011100110011011 | e6a8bde681afe884b1e6b99b |
UHC | 樽息?湛 | 11110001110111001110001111010011001111111101001111000000 | f1dce3d33fd3c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)