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 | 繹??辱?? | 1110001110001000001111110011111110010000010010100011111100111111 | e3883f3f904a3f3f |
EUC-JP | 繹??辱?? | 1110010111101000001111110011111110111111101010110011111100111111 | e5e83f3fbfab3f3f |
UTF-8 | 繹욕ㅁ辱덃닜 | 111001111011100110111001111011001001101010010101111000111000010110000001111010001011111010110001111010111000110110000011111010111000101110011100 | e7b9b9ec9a95e38581e8beb1eb8d83eb8b9c |
UHC | 繹욕ㅁ辱덃닜 | 111001101011101010111111111001011010010010110001111010011011010010001000111001101000100010011101 | e6babfe5a4b1e9b488e6889d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)