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 | 濶、ホエ妺ェ | 1110100010001001101001001100111010110100111110101010010110101010 | e889a4ceb4faa5aa |
EUC-JP | 濶、ホエ妺ェ | 11101111111010011000111010100100100011101100111010001110101101001000111110111001101101111000111010101010 | efe98ea48ece8eb48fb9b78eaa |
UTF-8 | 濶、ホエ妺ェ | 111001101011111110110110111011111011110110100100111011111011111010001110111011111011110110110100111001011010011010111010111011111011110110101010 | e6bfb6efbda4efbe8eefbdb4e5a6baefbdaa |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)