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 | û[·ò¹ | 111110110101101110001110101101111111001010111001 | fb5b8eb7f2b9 |
SJIS-WIN | ?[???? | 001111110101101100111111001111110011111100111111 | 3f5b3f3f3f3f |
EUC-JP | û[??ò? | 10001111101010111110010101011011001111110011111110001111101010111101001000111111 | 8fabe55b3f3f8fabd23f |
UTF-8 | û[·ò¹ | 1100001110111011010110111100001010001110110000101011011111000011101100101100001010111001 | c3bb5bc28ec2b7c3b2c2b9 |
UHC | ?[?·?¹ | 0011111101011011001111111010000110100100001111111010100111110110 | 3f5b3fa1a43fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)