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 | ?咽尊?? | 00111111100010001111010010010001101110000011111100111111 | 3f88f491b83f3f |
EUC-JP | ?咽尊?? | 00111111101100001111011011000010101110100011111100111111 | 3fb0f6c2ba3f3f |
UTF-8 | 앉咽尊렟렿 | 111011001001010110001001111001011001001010111101111001011011000010001010111010111010000010011111111010111010000010111111 | ec9589e592bde5b08aeba09feba0bf |
UHC | 앉咽尊렟렿 | 10111110110010011110110011010110111100001110111010001110101100001000111011000111 | bec9ecd6f0ee8eb08ec7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)