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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ニ鈺オ | 111100101010011011000110111110111100010010110101 | f2a6c6fbc4b5 |
EUC-JP | ?ニ鈺オ | 0011111110001110110001101000111111100011110101011000111010110101 | 3f8ec68fe3d58eb5 |
UTF-8 | ニ鈺オ | 111011101000011110011101111011111011111010000110111010011000100010111010111011111011110110110101 | ee879defbe86e988baefbdb5 |
UHC | ??鈺? | 0011111100111111111010001010110100111111 | 3f3fe8ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)