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 | ??臍?? | 001111110011111111100100011000000011111100111111 | 3f3fe4603f3f |
EUC-JP | ??臍?? | 001111110011111111100111110000010011111100111111 | 3f3fe7c13f3f |
UTF-8 | 罹렋臍陋렔 | 111011111010011110100110111010111010000010001011111010001000011110001101111011111010010110010001111010111010000010010100 | efa7a6eba08be8878defa591eba094 |
UHC | 罹렋臍陋렔 | 11101100101110101000111010100010111100001011000011010010111010111000111010101001 | ecba8ea2f0b0d2eb8ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)