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 | 摯???悌 | 10011101100101010011111100111111001111111001001011101110 | 9d953f3f3f92ee |
EUC-JP | 摯???悌 | 11011001111101010011111100111111001111111100010011110000 | d9f53f3f3fc4f0 |
UTF-8 | 摯쿄렫블悌 | 111001101001000110101111111011001011111110000100111010111010000010101011111010111011100010010100111001101000001010001100 | e691afecbf84eba0abebb894e6828c |
UHC | 摯쿄렫블悌 | 11110010101001111100010011101100100011101011100110111010111011011111000010101010 | f2a7c4ec8eb9baedf0aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)