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 | 影??型 | 100010010110010100111111001111111000110001011110 | 89653f3f8c5e |
EUC-JP | 影??型 | 101100011100011000111111001111111011011110111111 | b1c63f3fb7bf |
UTF-8 | 影뚲궧型 | 111001011011110110110001111010111001101010110010111010101011011010100111111001011001111010001011 | e5bdb1eb9ab2eab6a7e59e8b |
UHC | 影뚲궧型 | 1110011110101111100011001110111010000010101110011111101011111110 | e7af8cee82b9fafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)