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 | 奝ヤ齊ア爾 | 11111010101000101101010011101010100011101011000110001110101000101111000010101110 | faa2d4ea8eb18ea2f0ae |
EUC-JP | 奝ヤ齊ア爾? | 100011111011100011111000100011101101010011110011111011101000111010110001101111001010010000111111 | 8fb8f88ed4f3ee8eb1bca43f |
UTF-8 | 奝ヤ齊ア爾 | 111001011010010110011101111011111011111010010100111010011011110110001010111011111011110110110001111001111000100010111110111011101000000110101101 | e5a59defbe94e9bd8aefbdb1e788beee81ad |
UHC | ??齊?爾? | 0011111100111111111100001011101000111111111011001011001100111111 | 3f3ff0ba3fecb33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)