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 | ûHÒúú | 1111101101001000110100101111101011111010 | fb48d2fafa |
SJIS-WIN | ?H??? | 0011111101001000001111110011111100111111 | 3f483f3f3f |
EUC-JP | ûHÒúú | 10001111101010111110010101001000100011111010101011010010100011111010101111100010100011111010101111100010 | 8fabe5488faad28fabe28fabe2 |
UTF-8 | ûHÒúú | 110000111011101101001000110000111001001011000011101110101100001110111010 | c3bb48c392c3bac3ba |
UHC | ?H??? | 0011111101001000001111110011111100111111 | 3f483f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)