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 | 瞞簑 | 1111011110101001111000011101010011100010110000001111011010110000 | f7a9e1d4e2c0f6b0 |
EUC-JP | ?瞞簑? | 001111111110001011010110111001001100001000111111 | 3fe2d6e4c23f |
UTF-8 | 瞞簑 | 111011101001011010001100111001111001111010011110111001111011000010010001111011101001001110010111 | ee968ce79e9ee7b091ee9397 |
UHC | ?瞞?? | 0011111111011000101111100011111100111111 | 3fd8be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)