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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 唯?炬B | 100101110100001000111111111000000111100001000010 | 97423fe07842 |
EUC-JP | 唯?炬B | 110011011010001100111111110111111101100101000010 | cda33fdfd942 |
UTF-8 | 唯미炬B | 11100101100101001010111111101011101011111011100011100111100000101010110001000010 | e594afebafb8e782ac42 |
UHC | 唯미炬B | 11101010111001101011100111001100110010111110001101000010 | eae6b9cccbe342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)