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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ????ν?B | 0011111100111111001111110011111110000011110010110011111101000010 | 3f3f3f3f83cb3f42 |
EUC-JP | ??Ł?ν?B | 00111111001111111000111110101001101010000011111110100110110011010011111101000010 | 3f3f8fa9a83fa6cd3f42 |
UTF-8 | 泥⑹Ł淋ν슕B | 1110111110100111101000111110001010010001101110011100010110000001111011111010011110110101110011101011110111101100100010101001010101000010 | efa7a3e291b9c581efa7b5cebdec8a9542 |
UHC | 泥⑹Ł淋ν슕B | 11101100101100101010100111101100101010001010100111101100111110001010010111101101100110101010010001000010 | ecb2a9eca8a9ecf8a5ed9aa442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)