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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 窈??耶ラ? | 111000100111011100111111001111111001011011101011100000111000100100111111 | e2773f3f96eb83893f |
EUC-JP | 窈??耶ラ? | 111000111101100000111111001111111100110011101101101001011110100100111111 | e3d83f3fcceda5e93f |
UTF-8 | 窈경눟耶ラ듂 | 111001111010101010001000111010101011001010111101111010111000100010011111111010001000000010110110111000111000001110101001111010111001001110000010 | e7aa88eab2bdeb889fe880b6e383a9eb9382 |
UHC | 窈경눟耶ラ듂 | 111010011010000110110000111001101000011110110111111001011010110110101011111010011000101010110111 | e9a1b0e687b7e5adabe98ab7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)