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 | ?k?爾? | 00111111100000101000101100111111100011101010001000111111 | 3f828b3f8ea23f |
EUC-JP | 渶k?爾? | 100011111100011111101101101000111110101100111111101111001010010000111111 | 8fc7eda3eb3fbca43f |
UTF-8 | 渶k겭爾쥲 | 111001101011100010110110111011111011110110001011111010101011001010101101111001111000100010111110111011001010010110110010 | e6b8b6efbd8beab2ade788beeca5b2 |
UHC | 渶k겭爾쥲 | 11100111101101111010001111101011100000011011101111101100101100111010001101000010 | e7b7a3eb81bbecb3a342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)