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 | 胱耡゙ | 1110001111110111111000111101001011011110 | e3f7e3d2de |
EUC-JP | 胱耡゙ | 111001101111100111100110110101001000111011011110 | e6f9e6d48ede |
UTF-8 | 胱耡゙ | 111010001000001110110001111010001000000010100001111011111011111010011110 | e883b1e880a1efbe9e |
UHC | 胱?? | 11001110110011010011111100111111 | cecd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)