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 | ºY½ | 100100011011101010010010010110011001000110111101 | 91ba925991bd |
SJIS-WIN | ???Y?? | 001111110011111100111111010110010011111100111111 | 3f3f3f593f3f |
EUC-JP | ?º?Y?? | 0011111110001111101000101110101100111111010110010011111100111111 | 3f8fa2eb3f593f3f |
UTF-8 | ºY½ | 1100001010010001110000101011101011000010100100100101100111000010100100011100001010111101 | c291c2bac29259c291c2bd |
UHC | ?º?Y?½ | 0011111110101000101011000011111101011001001111111010100011110110 | 3fa8ac3f593fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)