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 | 碍??容?? | 1000101001010110001111110011111110010111011001010011111100111111 | 8a563f3f97653f3f |
EUC-JP | 碍??容?? | 1011001110110111001111110011111111001101110001100011111100111111 | b3b73f3fcdc63f3f |
UTF-8 | 碍뉐삻容ⓨ뻼 | 111001111010001010001101111010111000100110010000111011001000001010111011111001011010111010111001111000101001001110101000111010111011101110111100 | e7a28deb8990ec82bbe5aeb9e293a8ebbbbc |
UHC | 碍뉐삻容ⓨ뻼 | 111001001111010010000111111001011001100010110010111010011011101110101000111001011001011010000111 | e4f487e598b2e9bba8e59687 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)