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 | シ螯ュ雫 | 11110001111000001011110011100101101001101010110111110000101110111000111010110100 | f1e0bce5a6adf0bb8eb4 |
EUC-JP | ?シ螯ュ?雫 | 00111111100011101011110011101010101010001000111010101101001111111011110010110110 | 3f8ebceaa88ead3fbcb6 |
UTF-8 | シ螯ュ雫 | 111011101000010110011011111011111011110110111100111010001001111010101111111011111011110110101101111011101000000110111010111010011001101110101011 | ee859befbdbce89eafefbdadee81bae99bab |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)