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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?栓ζ | 0011111110010000111100001000001111000100 | 3f90f083c4 |
EUC-JP | ?栓ζ | 0011111111000000111100101010011011000110 | 3fc0f2a6c6 |
UTF-8 | 뤻栓ζ | 1110101110100100101110111110011010100000100100111100111010110110 | eba4bbe6a093ceb6 |
UHC | 뤻栓ζ | 100011111110100111101110111110111010010111100110 | 8fe9eefba5e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)