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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ?ぜ?B | 0011111110000010101110100011111101000010 | 3f82ba3f42 |
EUC-JP | ?ぜ?B | 0011111110100100101111000011111101000010 | 3fa4bc3f42 |
UTF-8 | 뤞ぜ킲B | 11101011101001001001111011100011100000011001110011101101100000101011001001000010 | eba49ee3819ced82b242 |
UHC | 뤞ぜ킲B | 10001111110011011010101010111100101101010101101001000010 | 8fcdaabcb55a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)