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 | 轤ュ雉頑爾蜊 | 1110011110000010101011011110100010110011100010101110011010001110101000101110010110001101 | e782ade8b38ae68ea2e58d |
EUC-JP | 轤ュ雉頑爾蜊 | 111011011110001010001110101011011111000010110101101101001110100010111100101001001110100111101101 | ede28eadf0b5b4e8bca4e9ed |
UTF-8 | 轤ュ雉頑爾蜊 | 111010001011110110100100111011111011110110101101111010011001101110001001111010011010000010010001111001111000100010111110111010001001110010001010 | e8bda4efbdade99b89e9a091e788bee89c8a |
UHC | ??雉頑爾? | 001111110011111111110110110010111110100011010111111011001011001100111111 | 3f3ff6cbe8d7ecb33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)