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 | 錵豪゛譫倶拭 | 111010000100010110001101100010111000000101001010111001101001111010001011111001001001000001000000 | e8458d8b814ae69e8be49040 |
EUC-JP | 錵豪゛譫倶拭 | 111011111010011010111001111010111010000110101011111010111111111010110110111001101011111110100001 | efa6b9eba1abebfeb6e6bfa1 |
UTF-8 | 錵豪゛譫倶拭 | 111010011000110010110101111010001011000110101010111000111000001010011011111010001010110110101011111001011000000010110110111001101000101110101101 | e98cb5e8b1aae3829be8adabe580b6e68bad |
UHC | ?豪???拭 | 0011111111111011110111110011111100111111001111111110001111010100 | 3ffbdf3f3f3fe3d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)