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 | ú··ú··^ | 111110101011011110001110101101111111101010110111100011101011011101011110 | fab78eb7fab78eb75e |
SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
EUC-JP | ú???ú???^ | 10001111101010111110001000111111001111110011111110001111101010111110001000111111001111110011111101011110 | 8fabe23f3f3f8fabe23f3f3f5e |
UTF-8 | ú··ú··^ | 1100001110111010110000101011011111000010100011101100001010110111110000111011101011000010101101111100001010001110110000101011011101011110 | c3bac2b7c28ec2b7c3bac2b7c28ec2b75e |
UHC | ?·?·?·?·^ | 00111111101000011010010000111111101000011010010000111111101000011010010000111111101000011010010001011110 | 3fa1a43fa1a43fa1a43fa1a45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)