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 | 質ー鳬 | 1111000011000000100011101011111111110000101101101011000011101001111010011111001101001000 | f0c08ebff0b6b0e9e9f348 |
EUC-JP | ?質?ー鳬? | 001111111011110011000001001111111000111010110000111100101110101100111111 | 3fbcc13f8eb0f2eb3f |
UTF-8 | 質ー鳬 | 111011101000000110111111111010001011001110101010111011101000000110110101111011111011110110110000111010011011001110101100111011101000100010111100 | ee81bfe8b3aaee81b5efbdb0e9b3acee88bc |
UHC | ?質???? | 00111111111100101111010100111111001111110011111100111111 | 3ff2f53f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)