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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 涅μ???? | 1001111110111000100000111100101000111111001111110011111100111111 | 9fb883ca3f3f3f3f |
EUC-JP | 涅μ???? | 1101111010111010101001101100110000111111001111110011111100111111 | debaa6cc3f3f3f3f |
UTF-8 | 涅μ옺溜롫젒 | 1110011010110110100001011100111010111100111011001001100010111010111011111010011110001011111010111010000110101011111011001010000010010010 | e6b685cebcec98baefa78beba1abeca092 |
UHC | 涅μ옺溜롫젒 | 111001101110111010100101111011001001111010110000111010101111111010001110111010111010000010010001 | e6eea5ec9eb0eafe8eeba091 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)