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 | õì | 100101001111010110010110111011001000001010001011 | 94f596ec828b |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?õ?ì?? | 00111111100011111010101111011000001111111000111110101011110000000011111100111111 | 3f8fabd83f8fabc03f3f |
UTF-8 | õì | 110000101001010011000011101101011100001010010110110000111010110011000010100000101100001010001011 | c294c3b5c296c3acc282c28b |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)