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 | ã¨òà | 11000011101000111100001010101000110000111011001011000011 | c3a3c2a8c3b2c3 |
SJIS-WIN | ?£?¨??? | 001111111000000110010010001111111000000101001110001111110011111100111111 | 3f81923f814e3f3f3f |
EUC-JP | ã¨�à | 1000111110101010101010101010000111110010100011111010101010100100101000011010111110001111101010101010101000111111100011111010101010101010 | 8faaaaa1f28faaa4a1af8faaaa3f8faaaa |
UTF-8 | ã¨òà | 1100001110000011110000101010001111000011100000101100001010101000110000111000001111000010101100101100001110000011 | c383c2a3c382c2a8c383c2b2c383 |
UHC | ???¨?²? | 001111110011111100111111101000011010011100111111101010011111011100111111 | 3f3f3fa1a73fa9f73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)