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 | 錵豪困蟶 | 1110100001000101100011011000101110001101101000101110010110111000 | e8458d8b8da2e5b8 |
EUC-JP | 錵豪困蟶 | 1110111110100110101110011110101110111010101001001110101010111010 | efa6b9ebbaa4eaba |
UTF-8 | 錵豪困蟶 | 111010011000110010110101111010001011000110101010111001011001101110110000111010001001111110110110 | e98cb5e8b1aae59bb0e89fb6 |
UHC | ?豪困? | 001111111111101111011111110011011101110100111111 | 3ffbdfcddd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)