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 | 製?支? | 100100001011101100111111100011100111100000111111 | 90bb3f8e783f |
EUC-JP | 製?支? | 110000001011110100111111101110111101100100111111 | c0bd3fbbd93f |
UTF-8 | 製렲支렓 | 111010001010001110111101111010111010000010110010111001101001010010101111111010111010000010010011 | e8a3bdeba0b2e694afeba093 |
UHC | 製렲支렓 | 1111000010110010100011101011111111110010101010001000111010101000 | f0b28ebff2a88ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)