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 | 狃琥狃゚ | 11100000101110111110000011100110111000001011101111011111 | e0bbe0e6e0bbdf |
EUC-JP | 狃琥狃゚ | 1110000010111101111000001110100011100000101111011000111011011111 | e0bde0e8e0bd8edf |
UTF-8 | 狃琥狃゚ | 111001111000101110000011111001111001000010100101111001111000101110000011111011111011111010011111 | e78b83e790a5e78b83efbe9f |
UHC | ?琥?? | 0011111111111011110100000011111100111111 | 3ffbd03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)