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 | 渦????幼 | 1000100101010001001111110011111100111111001111111001011101100011 | 89513f3f3f3f9763 |
EUC-JP | 渦????幼 | 1011000110110010001111110011111100111111001111111100110111000100 | b1b23f3f3f3fcdc4 |
UTF-8 | 渦닿짊렺렊幼 | 111001101011100010100110111010111000101110111111111011001010011110001010111010111010000010111010111010111010000010001010111001011011100110111100 | e6b8a6eb8bbfeca78aeba0baeba08ae5b9bc |
UHC | 渦닿짊렺렊幼 | 111010001011111010110100111010101100000111111011100011101100001010001110101000011110101011101010 | e8beb4eac1fb8ec28ea1eaea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)