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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?閃?漿ぜ | 0011111110010001010011010011111110011111111101111000001010111010 | 3f914d3f9ff782ba |
EUC-JP | ?閃?漿ぜ | 0011111111000001101011100011111111011110111110011010010010111100 | 3fc1ae3fdef9a4bc |
UTF-8 | 뤊閃댓漿ぜ | 111010111010010010001010111010011001011010000011111010111000110010010011111001101011110010111111111000111000000110011100 | eba48ae99683eb8c93e6bcbfe3819c |
UHC | 뤊閃댓漿ぜ | 10001111101110101110000011101100101101001111000111101101111011001010101010111100 | 8fbae0ecb4f1edecaabc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)