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 | 鮓ッ繞コ妺ョ | 111010011011011010101111111000111000010110111010111110101010010110101110 | e9b6afe385bafaa5ae |
EUC-JP | 鮓ッ繞コ妺ョ | 11110010101110001000111010101111111001011110010110001110101110101000111110111001101101111000111010101110 | f2b88eafe5e58eba8fb9b78eae |
UTF-8 | 鮓ッ繞コ妺ョ | 111010011010111010010011111011111011110110101111111001111011100110011110111011111011110110111010111001011010011010111010111011111011110110101110 | e9ae93efbdafe7b99eefbdbae5a6baefbdae |
UHC | ??繞??? | 00111111001111111110100110100100001111110011111100111111 | 3f3fe9a43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)