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 | 錵豪^鞫 | 1110100001000101100011011000101110000001010011111110011010010001 | e8458d8b814fe691 |
EUC-JP | 錵豪^鞫 | 1110111110100110101110011110101110100001101100001110101111110001 | efa6b9eba1b0ebf1 |
UTF-8 | 錵豪^鞫 | 111010011000110010110101111010001011000110101010111011111011110010111110111010011001111010101011 | e98cb5e8b1aaefbcbee99eab |
UHC | ?豪^鞫 | 00111111111110111101111110100011110111101100111111010100 | 3ffbdfa3decfd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)