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 | 籬ル郡蟒 | 1110001011011111100000111000101110001100010100111110010110111011 | e2df838b8c53e5bb |
EUC-JP | 籬ル郡蟒 | 1110010011100001101001011110101110110111101101001110101010111101 | e4e1a5ebb7b4eabd |
UTF-8 | 籬ル郡蟒 | 111001111011000110101100111000111000001110101011111010011000001110100001111010001001111110010010 | e7b1ace383abe983a1e89f92 |
UHC | 籬ル郡? | 11010111111001101010101111101011110011111101101100111111 | d7e6abebcfdb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)