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 | ???W?? | 001111110011111100111111010101110011111100111111 | 3f3f3f573f3f |
SJIS-WIN | 碩那絃W那驃 | 1001000011010111100100111101111110001100101111000101011110010011110111111110100101111110 | 90d793df8cbc5793dfe97e |
EUC-JP | 碩那絃W那驃 | 1100000011011001110001101110000110111000101111100101011111000110111000011111000111011111 | c0d9c6e1b8be57c6e1f1df |
UTF-8 | 碩那絃W那驃 | 11100111101000101010100111101001100000101010001111100111101101011000001101010111111010011000001010100011111010011010100110000011 | e7a2a9e982a3e7b58357e982a3e9a983 |
UHC | 碩那絃W那驃 | 1110000010110101110100011110000111111010111000010101011111010001111000011111100011111110 | e0b5d1e1fae157d1e1f8fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)