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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??匡? | 0011111100111111100010111010011100111111 | 3f3f8ba73f |
EUC-JP | ??匡? | 0011111100111111101101101010100100111111 | 3f3fb6a93f |
UTF-8 | 렺읖匡摹 | 111010111010000010111010111011001001110110010110111001011000110010100001111001101001000110111001 | eba0baec9d96e58ca1e691b9 |
UHC | 렺읖匡摹 | 1000111011000010110000001100010111001110110001001101100110111001 | 8ec2c0c5cec4d9b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)