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 | Õã¼Õã¼^ | 100011101101010111100011101111001000111011010101111000111011110001011110 | 8ed5e3bc8ed5e3bc5e |
SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
EUC-JP | ?Õã??Õã?^ | 0011111110001111101010101101100010001111101010111010101000111111001111111000111110101010110110001000111110101011101010100011111101011110 | 3f8faad88fabaa3f3f8faad88fabaa3f5e |
UTF-8 | Õã¼Õã¼^ | 1100001010001110110000111001010111000011101000111100001010111100110000101000111011000011100101011100001110100011110000101011110001011110 | c28ec395c3a3c2bcc28ec395c3a3c2bc5e |
UHC | ???¼???¼^ | 0011111100111111001111111010100011111001001111110011111100111111101010001111100101011110 | 3f3f3fa8f93f3f3fa8f95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)