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 | û³îúû | 1111101110110011100010011110111010001011100011101111101011111011 | fbb389ee8b8efafb |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | û??î??úû | 10001111101010111110010100111111001111111000111110101011110000100011111100111111100011111010101111100010100011111010101111100101 | 8fabe53f3f8fabc23f3f8fabe28fabe5 |
UTF-8 | û³îúû | 11000011101110111100001010110011110000101000100111000011101011101100001010001011110000101000111011000011101110101100001110111011 | c3bbc2b3c289c3aec28bc28ec3bac3bb |
UHC | ?³?????? | 001111111010100111111000001111110011111100111111001111110011111100111111 | 3fa9f83f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)