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 | 錵豪゛銚 | 1110100001000101100011011000101110000001010010101001001010110110 | e8458d8b814a92b6 |
EUC-JP | 錵豪゛銚 | 1110111110100110101110011110101110100001101010111100010010111000 | efa6b9eba1abc4b8 |
UTF-8 | 錵豪゛銚 | 111010011000110010110101111010001011000110101010111000111000001010011011111010011000101010011010 | e98cb5e8b1aae3829be98a9a |
UHC | ?豪?? | 0011111111111011110111110011111100111111 | 3ffbdf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)