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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 際?瀞?爾 | 1000110111011011001111111001001111010010001111111000111010100010 | 8ddb3f93d23f8ea2 |
EUC-JP | 際?瀞?爾 | 1011101011011101001111111100011011010100001111111011110010100100 | badd3fc6d43fbca4 |
UTF-8 | 際렑瀞렕爾 | 111010011001101010011011111010111010000010010001111001111000000010011110111010111010000010010101111001111000100010111110 | e99a9beba091e7809eeba095e788be |
UHC | 際렑瀞렕爾 | 11110000101101111000111010100110111011111110011110001110101010101110110010110011 | f0b78ea6efe78eaaecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)