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 | 棕?除? | 100111101010000100111111100011111001110000111111 | 9ea13f8f9c3f |
EUC-JP | 棕?除? | 110111001010001100111111101111011111110000111111 | dca33fbdfc3f |
UTF-8 | 棕렱除렰 | 111001101010001110010101111010111010000010110001111010011001100110100100111010111010000010110000 | e6a395eba0b1e999a4eba0b0 |
UHC | 棕렱除렰 | 1111000011110111100011101011111011110000101101101000111010111101 | f0f78ebef0b68ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)