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 | ?}??? | 001111111000000101110000001111110011111100111111 | 3f81703f3f3f |
EUC-JP | ?}??? | 001111111010000111010001001111110011111100111111 | 3fa1d13f3f3f |
UTF-8 | 룶}룵콓◐ | 111010111010001110110110111011111011110110011101111010111010001110110101111011001011110110010011111000101001011110010000 | eba3b6efbd9deba3b5ecbd93e29790 |
UHC | 룶}룵콓◐ | 10001111101010111010001111111101100011111010101010110001100011111010001011000100 | 8faba3fd8faab18fa2c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)