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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 렻셔렠렻旼렕 | 111010111010000010111011111011001000010110010100111010111010000010100000111010111010000010111011111001101001011110111100111010111010000010010101 | eba0bbec8594eba0a0eba0bbe697bceba095 |
UHC | 렻셔렠렻旼렕 | 100011101100001110111100110001011000111010110001100011101100001111011010110001001000111010101010 | 8ec3bcc58eb18ec3dac48eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)