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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 俎?? | 10011000110101110011111100111111 | 98d73f3f |
EUC-JP | 俎?? | 11010000110110010011111100111111 | d0d93f3f |
UTF-8 | 俎대깁 | 111001001011111110001110111010111000110010000000111010101011100110000001 | e4bf8eeb8c80eab981 |
UHC | 俎대깁 | 111100001011101110110100111010111011000111101001 | f0bbb4ebb1e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)