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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ??侄?? | 00111111001111111000111110110000111111100011111100111111 | 3f3f8fb0fe3f3f |
UTF-8 | 렺렦侄렺렔 | 111010111010000010111010111010111010000010100110111001001011111010000100111010111010000010111010111010111010000010010100 | eba0baeba0a6e4be84eba0baeba094 |
UHC | 렺렦侄렺렔 | 10001110110000101000111010110101111100101110100110001110110000101000111010101001 | 8ec28eb5f2e98ec28ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)