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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 屋?\ | 10001001101011100011111101011100 | 89ae3f5c |
EUC-JP | 屋?\ | 10110010101100000011111101011100 | b2b03f5c |
UTF-8 | 屋쯐\ | 11100101101100011000101111101100101011111001000001011100 | e5b18becaf905c |
UHC | 屋쯐\ | 1110100010101001101010010100110001011100 | e8a9a94c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)