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 | 外???? | 100010100100111100111111001111110011111100111111 | 8a4f3f3f3f3f |
EUC-JP | 外???? | 101100111011000000111111001111110011111100111111 | b3b03f3f3f3f |
UTF-8 | 外숋쉘料쒑 | 111001011010010010010110111011001000100010001011111011001000100110011000111011111010011010111110111011001001001010010001 | e5a496ec888bec8998efa6beec9291 |
UHC | 外숋쉘料쒑 | 11101000111000101001100111101111101111011010100111101000111101111001110011101000 | e8e299efbda9e8f79ce8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)