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 | ??¨??? | 001111110011111110101000001111110011111100111111 | 3f3fa83f3f3f |
SJIS-WIN | 癲?¨宜?Ⅵ | 11100001100111110011111110000001010011101000101101011000001111111000011101011001 | e19f3f814e8b583f8759 |
EUC-JP | 癲?¨宜?? | 111000101010000100111111101000011010111110110101101110010011111100111111 | e2a13fa1afb5b93f3f |
UTF-8 | 癲㏓¨宜곤Ⅵ | 1110011110011001101100101110001110001111100100111100001010101000111001011010111010011100111010101011001110100100111000101000010110100101 | e799b2e38f93c2a8e5ae9ceab3a4e285a5 |
UHC | 癲㏓¨宜곤Ⅵ | 111011111010011010100111111010111010000110100111111010111111000110110000111011111010010110110101 | efa6a7eba1a7ebf1b0efa5b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)