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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 乳?? | 10010011111110110011111100111111 | 93fb3f3f |
EUC-JP | 乳?? | 11000110111111010011111100111111 | c6fd3f3f |
UTF-8 | 乳ㅼ렪 | 111001001011100110110011111000111000010110111100111010111010000010101010 | e4b9b3e385bceba0aa |
UHC | 乳ㅼ렪 | 111010101110000110100100111011001000111010111000 | eae1a4ec8eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)