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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??獸循肯? | 001111110011111111100000110101111000111101111010100011010110110100111111 | 3f3fe0d78f7a8d6d3f |
EUC-JP | 澔?獸循肯? | 1000111111001000111011000011111111100000110110011011110111011011101110011100111000111111 | 8fc8ec3fe0d9bddbb9ce3f |
UTF-8 | 澔뫄獸循肯렚 | 111001101011111010010100111010111010101110000100111001111000110110111000111001011011111010101010111010001000001010101111111010111010000010011010 | e6be94ebab84e78db8e5beaae882afeba09a |
UHC | 澔뫄獸循肯렚 | 111110111100101110111000111110101110001010101110111000101110000011010000111010011000111010101101 | fbcbb8fae2aee2e0d0e98ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)