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 | ???容? | 001111110011111100111111100101110110010100111111 | 3f3f3f97653f |
EUC-JP | ???容? | 001111110011111100111111110011011100011000111111 | 3f3f3fcdc63f |
UTF-8 | 掠랃쬄容봶 | 111011111010010110110101111010111001111010000011111011001010110010000100111001011010111010111001111010111011010010110110 | efa5b5eb9e83ecac84e5aeb9ebb4b6 |
UHC | 掠랃쬄容봶 | 11100101101100011000110111101111101001101001101111101001101110111001010001110111 | e5b18defa69be9bb9477 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)