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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鈞帑ク槃゚鈞 | 11100111111000001001101111100100101110001001111011001111110111111110011111100000 | e7e09be4b89ecfdfe7e0 |
EUC-JP | 鈞帑ク槃゚鈞 | 111011101110001011010110111001101000111010111000110111001101000110001110110111111110111011100010 | eee2d6e68eb8dcd18edfeee2 |
UTF-8 | 鈞帑ク槃゚鈞 | 111010011000100010011110111001011011100010010001111011111011110110111000111001101010011110000011111011111011111010011111111010011000100010011110 | e9889ee5b891efbdb8e6a783efbe9fe9889e |
UHC | 鈞帑?槃?鈞 | 11010000101101111111011110110110001111111101101011101001001111111101000010110111 | d0b7f7b63fdae93fd0b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)