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 | òÛ£ | 100100101111001010010100110110111000001010100011 | 92f294db82a3 |
SJIS-WIN | ?????£ | 00111111001111110011111100111111001111111000000110010010 | 3f3f3f3f3f8192 |
EUC-JP | ?ò?Û?£ | 0011111110001111101010111101001000111111100011111010101011100101001111111010000111110010 | 3f8fabd23f8faae53fa1f2 |
UTF-8 | òÛ£ | 110000101001001011000011101100101100001010010100110000111001101111000010100000101100001010100011 | c292c3b2c294c39bc282c2a3 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)