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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???猥??? | 0011111100111111001111111110000011001110001111110011111100111111 | 3f3f3fe0ce3f3f3f |
EUC-JP | ???猥??? | 0011111100111111001111111110000011010000001111110011111100111111 | 3f3f3fe0d03f3f3f |
UTF-8 | 琉뜻뼆猥먲쬉溜 | 111011111010011110001100111010111001110010111011111010111011110010000110111001111000110010100101111010111010100010110010111011001010110010001001111011111010011110001011 | efa78ceb9cbbebbc86e78ca5eba8b2ecac89efa78b |
UHC | 琉뜻뼆猥먲쬉溜 | 1110101110100100101101101110011010010110100100001110100011100101100100001110111110100110100111111110101011111110 | eba4b6e69690e8e590efa69feafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)