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 | ???沚? | 001111110011111100111111100111111000110100111111 | 3f3f3f9f8d3f |
EUC-JP | ?庾?沚? | 0011111110001111101111001100111000111111110111011110110100111111 | 3f8fbcce3fdded3f |
UTF-8 | 렳庾롅沚렳 | 111010111010000010110011111001011011101010111110111010111010000110000101111001101011001010011010111010111010000010110011 | eba0b3e5babeeba185e6b29aeba0b3 |
UHC | 렳庾롅沚렳 | 10001110110000001110101011101100100011101100101111110010101011111000111011000000 | 8ec0eaec8ecbf2af8ec0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)