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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 浩Ο}浩Ο{^ | 1000110101011111100000111010110101111101100011010101111110000011101011010111101101011110 | 8d5f83ad7d8d5f83ad7b5e |
EUC-JP | 浩Ο}浩Ο{^ | 1011100111000000101001101010111101111101101110011100000010100110101011110111101101011110 | b9c0a6af7db9c0a6af7b5e |
UTF-8 | 浩Ο}浩Ο{^ | 11100110101101011010100111001110100111110111110111100110101101011010100111001110100111110111101101011110 | e6b5a9ce9f7de6b5a9ce9f7b5e |
UHC | 浩Ο}浩Ο{^ | 1111101111000111101001011100111101111101111110111100011110100101110011110111101101011110 | fbc7a5cf7dfbc7a5cf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)