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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 琉삥눡利뚰렲 | 111011111010011110001100111011001000001010100101111010111000100010100001111011111010011110011101111010111001101010110000111010111010000010110010 | efa78cec82a5eb88a1efa79deb9ab0eba0b2 |
UHC | 琉삥눡利뚰렲 | 111010111010010010111011111001101000011110111000111011001010011010001100111011011000111010111111 | eba4bbe687b8eca68ced8ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)