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 | 隕?羞 | 1110100010100110001111111110001110110101 | e8a63fe3b5 |
EUC-JP | 隕?羞 | 1111000010101000001111111110011010110111 | f0a83fe6b7 |
UTF-8 | 隕끔羞 | 111010011001101010010101111010111000000110010100111001111011111010011110 | e99a95eb8194e7be9e |
UHC | 隕끔羞 | 111010101010001010110010111110111110001010111010 | eaa2b2fbe2ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)