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 | 歟??若?? | 1001111101100010001111110011111110001110111000010011111100111111 | 9f623f3f8ee13f3f |
EUC-JP | 歟??若?? | 1101110111000011001111110011111110111100111000110011111100111111 | ddc33f3fbce33f3f |
UTF-8 | 歟볠빢若뉖ㅅ | 111001101010110110011111111010111011001110100000111010111011100110100010111010001000101110100101111010111000100110010110111000111000010110000101 | e6ad9febb3a0ebb9a2e88ba5eb8996e38585 |
UHC | 歟볠빢若뉖ㅅ | 111001101010001010010011111001101001010110111110111001011011010010000111111010111010010010110101 | e6a293e695bee5b487eba4b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)