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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?待繆? | 001111111001000111010010111000110111100000111111 | 3f91d2e3783f |
EUC-JP | ?待繆? | 001111111100001011010100111001011101100100111111 | 3fc2d4e5d93f |
UTF-8 | 앨待繆뤒 | 111011001001010110101000111001011011111010000101111001111011100110000110111010111010010010010010 | ec95a8e5be85e7b986eba492 |
UHC | 앨待繆뤒 | 1011111011011001110100111110001011011001111100001000111111000010 | bed9d3e2d9f08fc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)