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 | ñø®ê¬¾ | 1111000111111000100011101010111011101010101011001000111010111110 | f1f88eaeeaac8ebe |
SJIS-WIN | ?????¬?? | 001111110011111100111111001111110011111110000001110010100011111100111111 | 3f3f3f3f3f81ca3f3f |
EUC-JP | ñø?®ê¬?? | 1000111110101011110100001000111110101001110011000011111110001111101000101110111010001111101010111011010010100010110011000011111100111111 | 8fabd08fa9cc3f8fa2ee8fabb4a2cc3f3f |
UTF-8 | ñø®ê¬¾ | 11000011101100011100001110111000110000101000111011000010101011101100001110101010110000101010110011000010100011101100001010111110 | c3b1c3b8c28ec2aec3aac2acc28ec2be |
UHC | ?ø?®???¾ | 0011111110101001101010100011111110100010111001110011111100111111001111111010100011111010 | 3fa9aa3fa2e73f3f3fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)