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 | 獏蔀式 | 111000001101000110001110110000011000111010101110 | e0d18ec18eae |
EUC-JP | 獏蔀式 | 111000001101001110111100110000111011110010110000 | e0d3bcc3bcb0 |
UTF-8 | 獏蔀式 | 111001111000110110001111111010001001010010000000111001011011110010001111 | e78d8fe89480e5bc8f |
UHC | ??式 | 00111111001111111110001111010010 | 3f3fe3d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)