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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 巐ろ讎駈 | 1111101010110110100000101110101111100110101001101000101111101101 | fab682ebe6a68bed |
EUC-JP | 巐ろ讎駈 | 100011111011101111111001101001001110110111101100101010001011011011101111 | 8fbbf9a4edeca8b6ef |
UTF-8 | 巐ろ讎駈 | 111001011011011110010000111000111000001010001101111010001010111010001110111010011010011110001000 | e5b790e3828de8ae8ee9a788 |
UHC | ?ろ?? | 0011111110101010111011010011111100111111 | 3faaed3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)