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 | 牴琺琿狆 | 1110000010110000111000001110100111100000111010111110000010111100 | e0b0e0e9e0ebe0bc |
EUC-JP | 牴琺琿狆 | 1110000010110010111000001110101111100000111011011110000010111110 | e0b2e0ebe0ede0be |
UTF-8 | 牴琺琿狆 | 111001111000100110110100111001111001000010111010111001111001000010111111111001111000101110000110 | e789b4e790bae790bfe78b86 |
UHC | ?琺琿? | 001111111101101111110111111110111110101000111111 | 3fdbf7fbea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)