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 | ???w??? | 00111111001111110011111101110111001111110011111100111111 | 3f3f3f773f3f3f |
SJIS-WIN | ???w??? | 00111111001111110011111101110111001111110011111100111111 | 3f3f3f773f3f3f |
EUC-JP | ???w??? | 00111111001111110011111101110111001111110011111100111111 | 3f3f3f773f3f3f |
UTF-8 | 룶엌∼w룶엌룫 | 11101011101000111011011011101100100101111000110011100010100010001011110001110111111010111010001110110110111011001001011110001100111010111010001110101011 | eba3b6ec978ce288bc77eba3b6ec978ceba3ab |
UHC | 룶엌∼w룶엌룫 | 10001111101010111011111011111101101000011010110101110111100011111010101110111110111111011000111110100010 | 8fabbefda1ad778fabbefd8fa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)