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 | 牴珎葹狆 | 1110000010110000111000001101110111100100110111111110000010111100 | e0b0e0dde4dfe0bc |
EUC-JP | 牴珎葹狆 | 1110000010110010111000001101111111101000111000011110000010111110 | e0b2e0dfe8e1e0be |
UTF-8 | 牴珎葹狆 | 111001111000100110110100111001111000111110001110111010001001000110111001111001111000101110000110 | e789b4e78f8ee891b9e78b86 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)