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 | ?滎??? | 00111111100011111100100010111001001111110011111100111111 | 3f8fc8b93f3f3f |
UTF-8 | 렼滎렾았롒 | 111010111010000010111100111001101011101110001110111010111010000010111110111011001001010110011000111010111010000110010010 | eba0bce6bb8eeba0beec9598eba192 |
UHC | 렼滎렾았롒 | 10001110110001001111101110100011100011101100011010111110110100101000111011010111 | 8ec4fba38ec6bed28ed7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)