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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????ъ | 001111110011111100111111001111111000010010001100 | 3f3f3f3f848c |
EUC-JP | ????ъ | 001111110011111100111111001111111010011111101100 | 3f3f3f3fa7ec |
UTF-8 | 淋ㅽ슃泥ъ | 1110111110100111101101011110001110000101101111011110110010001010100000111110111110100111101000111101000110001010 | efa7b5e385bdec8a83efa7a3d18a |
UHC | 淋ㅽ슃泥ъ | 11101100111110001010010011101101100110101001010111101100101100101010110011101100 | ecf8a4ed9a95ecb2acec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)