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 | ûܶãಠ| 1111101111011100100011101011011011100011111000001000111010110010 | fbdc8eb6e3e08eb2 |
SJIS-WIN | ???¶???? | 001111110011111100111111100000011111011100111111001111110011111100111111 | 3f3f3f81f73f3f3f3f |
EUC-JP | ûÜ?¶ãà?? | 1000111110101011111001011000111110101010111001000011111110100010111110011000111110101011101010101000111110101011101000100011111100111111 | 8fabe58faae43fa2f98fabaa8faba23f3f |
UTF-8 | ûܶãಠ| 11000011101110111100001110011100110000101000111011000010101101101100001110100011110000111010000011000010100011101100001010110010 | c3bbc39cc28ec2b6c3a3c3a0c28ec2b2 |
UHC | ???¶???² | 00111111001111110011111110100010110100100011111100111111001111111010100111110111 | 3f3f3fa2d23f3f3fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)