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^ | 11110000110000001000111010110000011011100100010011110000110000001000111010110000011011100100010001011110 | f0c08eb06e44f0c08eb06e445e |
EUC-JP | ?鴫nD?鴫nD^ | 0011111110111100101100100110111001000100001111111011110010110010011011100100010001011110 | 3fbcb26e443fbcb26e445e |
UTF-8 | 鴫nD鴫nD^ | 1110111010000001101111111110100110110100101010110110111001000100111011101000000110111111111010011011010010101011011011100100010001011110 | ee81bfe9b4ab6e44ee81bfe9b4ab6e445e |
UHC | ??nD??nD^ | 001111110011111101101110010001000011111100111111011011100100010001011110 | 3f3f6e443f3f6e445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)