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 | ?ぜ?申? | 00111111100000101011101000111111100100000101110000111111 | 3f82ba3f905c3f |
EUC-JP | ?ぜ?申? | 00111111101001001011110000111111101111111011110100111111 | 3fa4bc3fbfbd3f |
UTF-8 | 뤞ぜ틣申섟 | 111010111010010010011110111000111000000110011100111011011000101110100011111001111001010010110011111011001000010010011111 | eba49ee3819ced8ba3e794b3ec849f |
UHC | 뤞ぜ틣申섟 | 10001111110011011010101010111100101110101000111111100011111010011011110010110000 | 8fcdaabcba8fe3e9bcb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)