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 | ?折邯??? | 0011111110010000110111001110011110110110001111110011111100111111 | 3f90dce7b63f3f3f |
EUC-JP | ?折邯??? | 0011111111000000110111101110111010111000001111110011111100111111 | 3fc0deeeb83f3f3f |
UTF-8 | 뤺折邯결鍊▧ | 111010111010010010111010111001101000101010011000111010011000001010101111111010101011001010110000111011111010011010011011111000101001011010100111 | eba4bae68a98e982afeab2b0efa69be296a7 |
UHC | 뤺折邯결鍊▧ | 100011111110100011101111101110011100101011111011101100001110000111100110111010001010001011001010 | 8fe8efb9cafbb0e1e6e8a2ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)