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 | ミ鄒ァ爾 | 11110010101011101101000011100111101111101010011111110001111110111000111010100010 | f2aed0e7bea7f1fb8ea2 |
EUC-JP | ?ミ鄒ァ?爾 | 00111111100011101101000011101110110000001000111010100111001111111011110010100100 | 3f8ed0eec08ea73fbca4 |
UTF-8 | ミ鄒ァ爾 | 111011101000011110100101111011111011111010010000111010011000010010010010111011111011110110100111111011101000010110110110111001111000100010111110 | ee87a5efbe90e98492efbda7ee85b6e788be |
UHC | ??鄒??爾 | 0011111100111111111101011101101100111111001111111110110010110011 | 3f3ff5db3f3fecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)