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²ñ½¾ | 1111101001010111101100101111000110001110101111011000111010111110 | fa57b2f18ebd8ebe |
SJIS-WIN | ?W?????? | 0011111101010111001111110011111100111111001111110011111100111111 | 3f573f3f3f3f3f3f |
EUC-JP | úW?ñ???? | 100011111010101111100010010101110011111110001111101010111101000000111111001111110011111100111111 | 8fabe2573f8fabd03f3f3f3f |
UTF-8 | úW²ñ½¾ | 110000111011101001010111110000101011001011000011101100011100001010001110110000101011110111000010100011101100001010111110 | c3ba57c2b2c3b1c28ec2bdc28ec2be |
UHC | ?W²??½?¾ | 0011111101010111101010011111011100111111001111111010100011110110001111111010100011111010 | 3f57a9f73f3fa8f63fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)