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 | íì·º¾ | 11101101111011001000111010110111100011111011101010111110 | edec8eb78fbabe |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | íì???º? | 10001111101010111011111110001111101010111100000000111111001111110011111110001111101000101110101100111111 | 8fabbf8fabc03f3f3f8fa2eb3f |
UTF-8 | íì·º¾ | 1100001110101101110000111010110011000010100011101100001010110111110000101000111111000010101110101100001010111110 | c3adc3acc28ec2b7c28fc2bac2be |
UHC | ???·?º¾ | 00111111001111110011111110100001101001000011111110101000101011001010100011111010 | 3f3f3fa1a43fa8aca8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)