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 | 0011111110000010111010100011111101000010 | 3f82ea3f42 |
EUC-JP | ?れ?B | 0011111110100100111011000011111101000010 | 3fa4ec3f42 |
UTF-8 | 淋れ㏏B | 11101111101001111011010111100011100000101000110011100011100011111000111101000010 | efa7b5e3828ce38f8f42 |
UHC | 淋れ㏏B | 11101100111110001010101011101100101001111011100101000010 | ecf8aaeca7b942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)