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 | ?田液? | 001111111001001101100011100010010111010000111111 | 3f936389743f |
EUC-JP | ?田液? | 001111111100010111000100101100011101010100111111 | 3fc5c4b1d53f |
UTF-8 | 뤺田液잠 | 111010111010010010111010111001111001010010110000111001101011011010110010111011001001111010100000 | eba4bae794b0e6b6b2ec9ea0 |
UHC | 뤺田液잠 | 1000111111101000111011111010001111100100111110111100000011100001 | 8fe8efa3e4fbc0e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)