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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 礁ウハ | 10001111110010101011001111001010 | 8fcab3ca |
EUC-JP | 礁ウハ | 101111101100110010001110101100111000111011001010 | becc8eb38eca |
UTF-8 | 礁ウハ | 111001111010010010000001111011111011110110110011111011111011111010001010 | e7a481efbdb3efbe8a |
UHC | 礁?? | 11110101101001110011111100111111 | f5a73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)