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 | ?e?? | 0011111110000010100001010011111100111111 | 3f82853f3f |
EUC-JP | ?e?? | 0011111110100011111001010011111100111111 | 3fa3e53f3f |
UTF-8 | 降eㅁ降 | 111011111010100010001001111011111011110110000101111000111000010110000001111011111010100010001001 | efa889efbd85e38581efa889 |
UHC | 降eㅁ降 | 1111101010100010101000111110010110100100101100011111101010100010 | faa2a3e5a4b1faa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)