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 | ??D??? | 001111110011111101000100001111110011111100111111 | 3f3f443f3f3f |
SJIS-WIN | 轤ュD雉頑拷 | 11100111100000101010110101000100111010001011001110001010111001101000110110001001 | e782ad44e8b38ae68d89 |
EUC-JP | 轤ュD雉頑拷 | 1110110111100010100011101010110101000100111100001011010110110100111010001011100111101001 | ede28ead44f0b5b4e8b9e9 |
UTF-8 | 轤ュD雉頑拷 | 11101000101111011010010011101111101111011010110101000100111010011001101110001001111010011010000010010001111001101000101110110111 | e8bda4efbdad44e99b89e9a091e68bb7 |
UHC | ??D雉頑拷 | 001111110011111101000100111101101100101111101000110101111100110110111000 | 3f3f44f6cbe8d7cdb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)