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 | ñäïîµ | 1111000111100100100011101010110111101111111011101000111010110101 | f1e48eadefee8eb5 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ñä??ïî?? | 10001111101010111101000010001111101010111010001100111111001111111000111110101011110000011000111110101011110000100011111100111111 | 8fabd08faba33f3f8fabc18fabc23f3f |
UTF-8 | ñäïîµ | 11000011101100011100001110100100110000101000111011000010101011011100001110101111110000111010111011000010100011101100001010110101 | c3b1c3a4c28ec2adc3afc3aec28ec2b5 |
UHC | ??????? | 001111110011111100111111101000011010100100111111001111110011111100111111 | 3f3f3fa1a93f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)