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 | 形磊?? | 100011000110000011100001111110110011111100111111 | 8c60e1fb3f3f |
EUC-JP | 形磊?? | 101101111100000111100010111111010011111100111111 | b7c1e2fd3f3f |
UTF-8 | 形磊갖뤯 | 111001011011110110100010111001111010001110001010111010101011000010010110111010111010010010101111 | e5bda2e7a38aeab096eba4af |
UHC | 形磊갖뤯 | 1111101110100001110101101111000010110000101011101000111111011101 | fba1d6f0b0ae8fdd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)