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 | 茵?沮?佚 | 1110010010011111001111111001111110011100001111111001100011000011 | e49f3f9f9c3f98c3 |
EUC-JP | 茵?沮?佚 | 1110100010100001001111111101110111111100001111111101000011000101 | e8a13fddfc3fd0c5 |
UTF-8 | 茵렋沮렫佚 | 111010001000110010110101111010111010000010001011111001101011001010101110111010111010000010101011111001001011110110011010 | e88cb5eba08be6b2aeeba0abe4bd9a |
UHC | 茵렋沮렫佚 | 11101100111000001000111010100010111011101100000110001110101110011110110011101010 | ece08ea2eec18eb9ecea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)