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 | ??nD??nD^ | 001111110011111101101110010001000011111100111111011011100100010001011110 | 3f3f6e443f3f6e445e |
SJIS-WIN | 恁?nD恁?nD^ | 1001110010001100001111110110111001000100100111001000110000111111011011100100010001011110 | 9c8c3f6e449c8c3f6e445e |
EUC-JP | 恁?nD恁?nD^ | 1101011111101100001111110110111001000100110101111110110000111111011011100100010001011110 | d7ec3f6e44d7ec3f6e445e |
UTF-8 | 恁찥nD恁찥nD^ | 1110011010000001100000011110110010110000101001010110111001000100111001101000000110000001111011001011000010100101011011100100010001011110 | e68181ecb0a56e44e68181ecb0a56e445e |
UHC | 恁찥nD恁찥nD^ | 11101100111101101010101001000001011011100100010011101100111101101010101001000001011011100100010001011110 | ecf6aa416e44ecf6aa416e445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)