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 | 陷逸弔 | 111010001001110010001000111011011001001010100010 | e89c88ed92a2 |
EUC-JP | 陷逸弔 | 111011111111110010110000111011111100010010100100 | effcb0efc4a4 |
UTF-8 | 陷逸弔 | 111010011001100110110111111010011000000010111000111001011011110010010100 | e999b7e980b8e5bc94 |
UHC | 陷逸弔 | 111110011110100011101100111011111111000011000000 | f9e8eceff0c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)