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 | ?淺??? | 001111111001111111000111001111110011111100111111 | 3f9fc73f3f3f |
EUC-JP | ?淺??? | 001111111101111011001001001111110011111100111111 | 3fdec93f3f3f |
UTF-8 | 뤋淺쟈체핊 | 111010111010010010001011111001101011011110111010111011001001111110001000111011001011001010110100111011011001010110001010 | eba48be6b7baec9f88ecb2b4ed958a |
UHC | 뤋淺쟈체핊 | 10001111101110111111010010111100110000001111000011000011101111001100000010001111 | 8fbbf4bcc0f0c3bcc08f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)