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 | 艇??弔?汁 | 100100101111100000111111001111111001001010100010001111111000111101100000 | 92f83f3f92a23f8f60 |
EUC-JP | 艇??弔?汁 | 110001001111101000111111001111111100010010100100001111111011110111000001 | c4fa3f3fc4a43fbdc1 |
UTF-8 | 艇淚욤弔렠汁 | 111010001000100110000111111011111010010110001101111011001001101010100100111001011011110010010100111010111010000010100000111001101011000110000001 | e88987efa58dec9aa4e5bc94eba0a0e6b181 |
UHC | 艇淚욤弔렠汁 | 111011111111001111010010111001111011111111101000111100001100000010001110101100011111000111110000 | eff3d2e7bfe8f0c08eb1f1f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)