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 | ?荀曜? | 001111111110010010100100100101110110101000111111 | 3fe4a4976a3f |
EUC-JP | ?荀曜? | 001111111110100010100110110011011100101100111111 | 3fe8a6cdcb3f |
UTF-8 | 롒荀曜렟 | 111010111010000110010010111010001000110110000000111001101001101110011100111010111010000010011111 | eba192e88d80e69b9ceba09f |
UHC | 롒荀曜렟 | 1000111011010111111000101111000011101000111110001000111010110000 | 8ed7e2f0e8f88eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)