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 | ?然槽?? | 00111111100100010101001010010001100001010011111100111111 | 3f915291853f3f |
EUC-JP | ?然槽勖? | 001111111100000110110011110000011110010110001111101100111110110100111111 | 3fc1b3c1e58fb3ed3f |
UTF-8 | 뤗然槽勖헐 | 111010111010010010010111111001111000010010110110111001101010011110111101111001011000101110010110111011011001011110010000 | eba497e784b6e6a7bde58b96ed9790 |
UHC | 뤗然槽勖헐 | 10001111110001111110011011010100111100001100101111101001111011011100011111100110 | 8fc7e6d4f0cbe9edc7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)