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 | 鱈丹蔵辿尊尊 | 100100100100110010010010010011111001000110100000100100100100100010010001101110001001000110111000 | 924c924f91a0924891b891b8 |
EUC-JP | 鱈丹蔵辿尊尊 | 110000111010110111000011101100001100001010100010110000111010100111000010101110101100001010111010 | c3adc3b0c2a2c3a9c2bac2ba |
UTF-8 | 鱈丹蔵辿尊尊 | 111010011011000110001000111001001011100010111001111010001001010010110101111010001011111010111111111001011011000010001010111001011011000010001010 | e9b188e4b8b9e894b5e8bebfe5b08ae5b08a |
UHC | ?丹??尊尊 | 001111111101001110100001001111110011111111110000111011101111000011101110 | 3fd3a13f3ff0eef0ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)