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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 雅????ズ | 1000100111101011001111110011111100111111001111111000001101011001 | 89eb3f3f3f3f8359 |
EUC-JP | 雅????ズ | 1011001011101101001111110011111100111111001111111010010110111010 | b2ed3f3f3f3fa5ba |
UTF-8 | 雅붾떥理잒ズ | 111010011001101110000101111010111011011010111110111010111001011010100101111011111010011110100100111011001001111010010010111000111000001010111010 | e99b85ebb6beeb96a5efa7a4ec9e92e382ba |
UHC | 雅붾떥理잒ズ | 111001001011101010010100111010111000101110111000111011001011010110011111111010001010101110111010 | e4ba94eb8bb8ecb59fe8abba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)