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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 淏?ぉ | 1111101101000010001111111000001010100111 | fb423f82a7 |
EUC-JP | 淏?ぉ | 100011111100011111011001001111111010010010101001 | 8fc7d93fa4a9 |
UTF-8 | 淏곽ぉ | 111001101011011110001111111010101011001110111101111000111000000110001001 | e6b78feab3bde38189 |
UHC | 淏곽ぉ | 111110111100100010110000111110111010101010101001 | fbc8b0fbaaa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)