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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 礁スカ | 100011111100101010111101101101101111000011010011 | 8fcabdb6f0d3 |
EUC-JP | 礁スカ? | 10111110110011001000111010111101100011101011011000111111 | becc8ebd8eb63f |
UTF-8 | 礁スカ | 111001111010010010000001111011111011110110111101111011111011110110110110111011101000001010010010 | e7a481efbdbdefbdb6ee8292 |
UHC | 礁??? | 1111010110100111001111110011111100111111 | f5a73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)