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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | モ。瞶h | 110100111010000111110111101011101111010110111101111000011101011001101000 | d3a1f7aef5bde1d668 |
EUC-JP | モ。??瞶h | 100011101101001110001110101000010011111100111111111000101101100001101000 | 8ed38ea13f3fe2d868 |
UTF-8 | モ。瞶h | 11101111101111101001001111101111101111011010000111101110100101101001000111101110100100001010100011100111100111101011011001101000 | efbe93efbda1ee9691ee90a8e79eb668 |
UHC | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)