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 | ?????BF | 00111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f4246 |
SJIS-WIN | 箋??徇?BF | 111000101011001100111111001111111001110001101101001111110100001001000110 | e2b33f3f9c6d3f4246 |
EUC-JP | 箋??徇?BF | 111001001011010100111111001111111101011111001110001111110100001001000110 | e4b53f3fd7ce3f4246 |
UTF-8 | 箋묇튊徇똮BF | 1110011110101110100010111110101110101100100001111110110110001010100010101110010110111110100001111110101110011000101011100100001001000110 | e7ae8bebac87ed8a8ae5be87eb98ae4246 |
UHC | 箋묇튊徇똮BF | 111011111010100010010001111001001011100110011110111000101101111110001100011011110100001001000110 | efa891e4b99ee2df8c6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)