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 | 爰?矣? | 111000001010011100111111111000011110000100111111 | e0a73fe1e13f |
EUC-JP | 爰?矣? | 111000001010100100111111111000101110001100111111 | e0a93fe2e33f |
UTF-8 | 爰렚矣퓻 | 111001111000100010110000111010111010000010011010111001111001111110100011111011011001001110111011 | e788b0eba09ae79fa3ed93bb |
UHC | 爰렚矣퓻 | 1110101010111010100011101010110111101011111110001100011110111111 | eaba8eadebf8c7bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)