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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 繒磐?? | 111110111000111110010100110101100011111100111111 | fb8f94d63f3f |
EUC-JP | 繒磐?? | 10001111110101001101010011001000110110000011111100111111 | 8fd4d4c8d83f3f |
UTF-8 | 繒磐렰렩 | 111001111011100110010010111001111010001110010000111010111010000010110000111010111010000010101001 | e7b992e7a390eba0b0eba0a9 |
UHC | 繒磐렰렩 | 1111000111111001110110101111000110001110101111011000111010110111 | f1f9daf18ebd8eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)