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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 癲??裕?B | 1110000110011111001111110011111110010111010101000011111101000010 | e19f3f3f97543f42 |
EUC-JP | 癲??裕?B | 1110001010100001001111110011111111001101101101010011111101000010 | e2a13f3fcdb53f42 |
UTF-8 | 癲븍쵉裕꿁B | 11100111100110011011001011101011101110001000110111101100101101011000100111101000101000111001010111101010101111111000000101000010 | e799b2ebb88decb589e8a395eabf8142 |
UHC | 癲븍쵉裕꿁B | 1110111110100110101110101110101110101100100010111110101110101110100001010100001001000010 | efa6baebac8bebae854242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)