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 | ??U] | 00111111001111110101010101011101 | 3f3f555d |
SJIS-WIN | 謝鹿U] | 100011101101001110001110101011010101010101011101 | 8ed38ead555d |
EUC-JP | 謝鹿U] | 101111001101010110111100101011110101010101011101 | bcd5bcaf555d |
UTF-8 | 謝鹿U] | 1110100010101100100111011110100110111001101111110101010101011101 | e8ac9de9b9bf555d |
UHC | 謝鹿U] | 110111101111001111010110111000110101010101011101 | def3d6e3555d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)