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雉頑拷 | 11100110111000001010110101000100111010001011001110001010111001101000110110001001 | e6e0ad44e8b38ae68d89 |
EUC-JP | 赳ュD雉頑拷 | 1110110011100010100011101010110101000100111100001011010110110100111010001011100111101001 | ece28ead44f0b5b4e8b9e9 |
UTF-8 | 赳ュD雉頑拷 | 11101000101101011011001111101111101111011010110101000100111010011001101110001001111010011010000010010001111001101000101110110111 | e8b5b3efbdad44e99b89e9a091e68bb7 |
UHC | 赳?D雉頑拷 | 11010000101011110011111101000100111101101100101111101000110101111100110110111000 | d0af3f44f6cbe8d7cdb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)