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 | 孺???? | 100110110111110100111111001111110011111100111111 | 9b7d3f3f3f3f |
EUC-JP | 孺???? | 110101011101111000111111001111110011111100111111 | d5de3f3f3f3f |
UTF-8 | 孺닺렲희렰 | 111001011010110110111010111010111000101110111010111010111010000010110010111011011001110110101100111010111010000010110000 | e5adbaeb8bbaeba0b2ed9daceba0b0 |
UHC | 孺닺렲희렰 | 11101010111010001011010011101000100011101011111111001000111100011000111010111101 | eae8b4e88ebfc8f18ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)