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 | 筌??繞 | 111000101010001100111111001111111110001110000101 | e2a33f3fe385 |
EUC-JP | 筌??繞 | 111001001010010100111111001111111110010111100101 | e4a53f3fe5e5 |
UTF-8 | 筌깅㈀繞 | 111001111010110110001100111010101011100110000101111000111000100010000000111001111011100110011110 | e7ad8ceab985e38880e7b99e |
UHC | 筌깅㈀繞 | 1110111110100111101100011110101110101001101100011110100110100100 | efa7b1eba9b1e9a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)