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 | Ñ»å·Ñ»å·^ | 110100011011101111100101101101111101000110111011111001011011011101011110 | d1bbe5b7d1bbe5b75e |
SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
EUC-JP | Ñ?å?Ñ?å?^ | 1000111110101010110100000011111110001111101010111010100100111111100011111010101011010000001111111000111110101011101010010011111101011110 | 8faad03f8faba93f8faad03f8faba93f5e |
UTF-8 | Ñ»å·Ñ»å·^ | 1100001110010001110000101011101111000011101001011100001010110111110000111001000111000010101110111100001110100101110000101011011101011110 | c391c2bbc3a5c2b7c391c2bbc3a5c2b75e |
UHC | ???·???·^ | 0011111100111111001111111010000110100100001111110011111100111111101000011010010001011110 | 3f3f3fa1a43f3f3fa1a45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)