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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | ??民???\ | 0011111100111111100101101010111100111111001111110011111101011100 | 3f3f96af3f3f3f5c |
EUC-JP | ??民???\ | 0011111100111111110011001011000100111111001111110011111101011100 | 3f3fccb13f3f3f5c |
UTF-8 | 렺씽民훅파렱\ | 11101011101000001011101011101100100101001011110111100110101100001001000111101101100110111000010111101101100011001000110011101011101000001011000101011100 | eba0baec94bde6b091ed9b85ed8c8ceba0b15c |
UHC | 렺씽民훅파렱\ | 10001110110000101011111011000101110110101100010111001000110001011100011011000100100011101011111001011100 | 8ec2bec5dac5c8c5c6c48ebe5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)