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 | 狸辿其辿尊揃 | 100100100100101110010010010010001001000110110100100100100100100010010001101110001001000110110101 | 924b924891b4924891b891b5 |
EUC-JP | 狸辿其辿尊揃 | 110000111010110011000011101010011100001010110110110000111010100111000010101110101100001010110111 | c3acc3a9c2b6c3a9c2bac2b7 |
UTF-8 | 狸辿其辿尊揃 | 111001111000101110111000111010001011111010111111111001011000010110110110111010001011111010111111111001011011000010001010111001101000111110000011 | e78bb8e8bebfe585b6e8bebfe5b08ae68f83 |
UHC | 狸?其?尊? | 110101111110000100111111110100001110110000111111111100001110111000111111 | d7e13fd0ec3ff0ee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)