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 | õ`^ | 1000101011110101100010010110000001011110 | 8af589605e |
SJIS-WIN | ???`^ | 0011111100111111001111110110000001011110 | 3f3f3f605e |
EUC-JP | ?õ?`^ | 00111111100011111010101111011000001111110110000001011110 | 3f8fabd83f605e |
UTF-8 | õ`^ | 1100001010001010110000111011010111000010100010010110000001011110 | c28ac3b5c289605e |
UHC | ???`^ | 0011111100111111001111110110000001011110 | 3f3f3f605e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)