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 | 髢ケ譎、譏ァ | 111010011001011010111001111001101001100110100100111001101001100010100111 | e996b9e699a4e698a7 |
EUC-JP | 髢ケ譎、譏ァ | 111100011111011010001110101110011110101111111001100011101010010011101011111110001000111010100111 | f1f68eb9ebf98ea4ebf88ea7 |
UTF-8 | 髢ケ譎、譏ァ | 111010011010101110100010111011111011110110111001111010001010110110001110111011111011110110100100111010001010110110001111111011111011110110100111 | e9aba2efbdb9e8ad8eefbda4e8ad8fefbda7 |
UHC | ??譎?譏? | 0011111100111111111111011101001000111111110100011100000100111111 | 3f3ffdd23fd1c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)