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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ?兆???B | 00111111100100101001101100111111001111110011111101000010 | 3f929b3f3f3f42 |
EUC-JP | ?兆???B | 00111111110000111111101100111111001111110011111101000010 | 3fc3fb3f3f3f42 |
UTF-8 | 뤗兆찋홧섰B | 11101011101001001001011111100101100001011000011011101100101100001000101111101101100110011010011111101100100001001011000001000010 | eba497e58586ecb08bed99a7ec84b042 |
UHC | 뤗兆찋홧섰B | 1000111111000111111100001011110010101001100011111100100010110001101111001011100101000010 | 8fc7f0bca98fc8b1bcb942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)