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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蕚泚フケ | 1111000111100110111001001101010011111010111110011100110010111001 | f1e6e4d4faf9ccb9 |
EUC-JP | ?蕚泚フケ | 00111111111010001101011010001111110001111010000110001110110011001000111010111001 | 3fe8d68fc7a18ecc8eb9 |
UTF-8 | 蕚泚フケ | 111011101000010110100001111010001001010110011010111001101011001110011010111011111011111010001100111011111011110110111001 | ee85a1e8959ae6b39aefbe8cefbdb9 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)