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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ?贄????? | 0011111111100110110100010011111100111111001111110011111100111111 | 3fe6d13f3f3f3f3f |
EUC-JP | ?贄????? | 0011111111101100110100110011111100111111001111110011111100111111 | 3fecd33f3f3f3f3f |
UTF-8 | 알贄렜앉렻렯렡 | 111011001001010110001100111010001011010010000100111010111010000010011100111011001001010110001001111010111010000010111011111010111010000010101111111010111010000010100001 | ec958ce8b484eba09cec9589eba0bbeba0afeba0a1 |
UHC | 알贄렜앉렻렯렡 | 1011111011001011111100101011111010001110101011101011111011001001100011101100001110001110101111001000111010110010 | becbf2be8eaebec98ec38ebc8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)