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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 閼育ソ墓椛 | 111010001000010010001000111001111011111110010101111001101000101010010001 | e88488e7bf95e68a91 |
EUC-JP | 閼育ソ墓椛 | 11101111111001001011000011101001100011101011111111001010111010001011001111110001 | efe4b0e98ebfcae8b3f1 |
UTF-8 | 閼育ソ墓椛 | 111010011001011010111100111010001000001010110010111011111011110110111111111001011010001010010011111001101010010010011011 | e996bce882b2efbdbfe5a293e6a49b |
UHC | 閼育?墓? | 1110010011011001111010111100000000111111110110011101011100111111 | e4d9ebc03fd9d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)