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 | ー齊ア室 | 11110000101101011011000011101010100011101011000110001110101110101111000010110101 | f0b5b0ea8eb18ebaf0b5 |
EUC-JP | ?ー齊ア室? | 00111111100011101011000011110011111011101000111010110001101111001011110000111111 | 3f8eb0f3ee8eb1bcbc3f |
UTF-8 | ー齊ア室 | 111011101000000110110100111011111011110110110000111010011011110110001010111011111011110110110001111001011010111010100100111011101000000110110100 | ee81b4efbdb0e9bd8aefbdb1e5aea4ee81b4 |
UHC | ??齊?室? | 0011111100111111111100001011101000111111111000111111100000111111 | 3f3ff0ba3fe3f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)