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 | 史?? | 10001110011010100011111100111111 | 8e6a3f3f |
EUC-JP | 史馹? | 101110111100101110001111111010011010000100111111 | bbcb8fe9a13f |
UTF-8 | 史馹석 | 111001011000111110110010111010011010011010111001111011001000010010011101 | e58fb2e9a6b9ec849d |
UHC | 史馹석 | 110111101100100011101100111100011011110010101110 | dec8ecf1bcae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)