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 | ?煬雙? | 001111111110000010001100100110011101010000111111 | 3fe08c99d43f |
EUC-JP | ?煬雙? | 001111111101111111101100110100101101011000111111 | 3fdfecd2d63f |
UTF-8 | 먦煬雙먦 | 111010111010100010100110111001111000010110101100111010011001101110011001111010111010100010100110 | eba8a6e785ace99b99eba8a6 |
UHC | 먦煬雙먦 | 1001000011100011111001011100100111100100101010101001000011100011 | 90e3e5c9e4aa90e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)