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 | ??獸?肯? | 0011111100111111111000001101011100111111100011010110110100111111 | 3f3fe0d73f8d6d3f |
EUC-JP | 澔?獸侁肯? | 100011111100100011101100001111111110000011011001100011111011000011111100101110011100111000111111 | 8fc8ec3fe0d98fb0fcb9ce3f |
UTF-8 | 澔뫄獸侁肯렚 | 111001101011111010010100111010111010101110000100111001111000110110111000111001001011111010000001111010001000001010101111111010111010000010011010 | e6be94ebab84e78db8e4be81e882afeba09a |
UHC | 澔뫄獸侁肯렚 | 111110111100101110111000111110101110001010101110111000111110000011010000111010011000111010101101 | fbcbb8fae2aee3e0d0e98ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)