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 | û£³ú¯¿ | 1111101110100011100011101011001111111010101011111000111010111111 | fba38eb3faaf8ebf |
SJIS-WIN | ?£?????? | 001111111000000110010010001111110011111100111111001111110011111100111111 | 3f81923f3f3f3f3f3f |
EUC-JP | û£??ú¯?¿ | 1000111110101011111001011010000111110010001111110011111110001111101010111110001010001111101000101011010000111111100011111010001011000100 | 8fabe5a1f23f3f8fabe28fa2b43f8fa2c4 |
UTF-8 | û£³ú¯¿ | 11000011101110111100001010100011110000101000111011000010101100111100001110111010110000101010111111000010100011101100001010111111 | c3bbc2a3c28ec2b3c3bac2afc28ec2bf |
UHC | ???³???¿ | 00111111001111110011111110101001111110000011111100111111001111111010001010101111 | 3f3f3fa9f83f3f3fa2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)