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 | 犹琿猴 | 111000001011100111100000111010111110000011001011 | e0b9e0ebe0cb |
EUC-JP | 犹琿猴 | 111000001011101111100000111011011110000011001101 | e0bbe0ede0cd |
UTF-8 | 犹琿猴 | 111001111000101010111001111001111001000010111111111001111000110010110100 | e78ab9e790bfe78cb4 |
UHC | ?琿? | 00111111111110111110101000111111 | 3ffbea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)