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? | 0011111100111111001111110101011100111111 | 3f3f3f573f |
SJIS-WIN | 碩那絃W那 | 100100001101011110010011110111111000110010111100010101111001001111011111 | 90d793df8cbc5793df |
EUC-JP | 碩那絃W那 | 110000001101100111000110111000011011100010111110010101111100011011100001 | c0d9c6e1b8be57c6e1 |
UTF-8 | 碩那絃W那 | 11100111101000101010100111101001100000101010001111100111101101011000001101010111111010011000001010100011 | e7a2a9e982a3e7b58357e982a3 |
UHC | 碩那絃W那 | 111000001011010111010001111000011111101011100001010101111101000111100001 | e0b5d1e1fae157d1e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)