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 | 礁スシゥ丈ヲ | 1000111111001010101111011011110010101001100011111110010010100110 | 8fcabdbca98fe4a6 |
EUC-JP | 礁スシゥ丈ヲ | 101111101100110010001110101111011000111010111100100011101010100110111110111001101000111010100110 | becc8ebd8ebc8ea9bee68ea6 |
UTF-8 | 礁スシゥ丈ヲ | 111001111010010010000001111011111011110110111101111011111011110110111100111011111011110110101001111001001011100010001000111011111011110110100110 | e7a481efbdbdefbdbcefbda9e4b888efbda6 |
UHC | 礁???丈? | 1111010110100111001111110011111100111111111011011101101100111111 | f5a73f3f3feddb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)