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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????鋌 | 001111110011111100111111001111110011111100111111100011111110010010111011 | 3f3f3f3f3f3f8fe4bb |
UTF-8 | 룶킃◐∼룴점鋌 | 111010111010001110110110111011011000001010000011111000101001011110010000111000101000100010111100111010111010001110110100111011001010000010010000111010011000101110001100 | eba3b6ed8283e29790e288bceba3b4eca090e98b8c |
UHC | 룶킃◐∼룴점鋌 | 1000111110101011101101001000111110100010110001001010000110101101100011111010100111000001101000011110111111111011 | 8fabb48fa2c4a1ad8fa9c1a1effb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)