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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 艇??弔? | 10010010111110000011111100111111100100101010001000111111 | 92f83f3f92a23f |
EUC-JP | 艇??弔? | 11000100111110100011111100111111110001001010010000111111 | c4fa3f3fc4a43f |
UTF-8 | 艇淚욤弔렠 | 111010001000100110000111111011111010010110001101111011001001101010100100111001011011110010010100111010111010000010100000 | e88987efa58dec9aa4e5bc94eba0a0 |
UHC | 艇淚욤弔렠 | 11101111111100111101001011100111101111111110100011110000110000001000111010110001 | eff3d2e7bfe8f0c08eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)