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°ç¶¥ | 111110100101011110110000111001111011011010100101 | fa57b0e7b6a5 |
SJIS-WIN | ?W°?¶¥ | 001111110101011110000001100010110011111110000001111101111000000110001111 | 3f57818b3f81f7818f |
EUC-JP | úW°ç¶? | 100011111010101111100010010101111010000111101011100011111010101110101110101000101111100100111111 | 8fabe257a1eb8fabaea2f93f |
UTF-8 | úW°ç¶¥ | 1100001110111010010101111100001010110000110000111010011111000010101101101100001010100101 | c3ba57c2b0c3a7c2b6c2a5 |
UHC | ?W°?¶? | 0011111101010111101000011100011000111111101000101101001000111111 | 3f57a1c63fa2d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)