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 | 癸糘「ミ | 111000011010000111100010111100101010001011010000 | e1a1e2f2a2d0 |
EUC-JP | 癸糘「ミ | 1110001010100011111001001111010010001110101000101000111011010000 | e2a3e4f48ea28ed0 |
UTF-8 | 癸糘「ミ | 111001111001100110111000111001111011001110011000111011111011110110100010111011111011111010010000 | e799b8e7b398efbda2efbe90 |
UHC | 癸??? | 1100110110100100001111110011111100111111 | cda43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)