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 | ñû©íõ·£ | 1111000111111011100011101010100111101101111101011011011110100011 | f1fb8ea9edf5b7a3 |
SJIS-WIN | ???????£ | 001111110011111100111111001111110011111100111111001111111000000110010010 | 3f3f3f3f3f3f3f8192 |
EUC-JP | ñû?©íõ?£ | 10001111101010111101000010001111101010111110010100111111100011111010001011101101100011111010101110111111100011111010101111011000001111111010000111110010 | 8fabd08fabe53f8fa2ed8fabbf8fabd83fa1f2 |
UTF-8 | ñû©íõ·£ | 11000011101100011100001110111011110000101000111011000010101010011100001110101101110000111011010111000010101101111100001010100011 | c3b1c3bbc28ec2a9c3adc3b5c2b7c2a3 |
UHC | ??????·? | 001111110011111100111111001111110011111100111111101000011010010000111111 | 3f3f3f3f3f3fa1a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)