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 | 00111111001111110011111101000010 | 3f3f3f42 |
EUC-JP | ??焰B | 001111110011111110001111110010011110111101000010 | 3f3f8fc9ef42 |
UTF-8 | 뤛낍焰B | 11101011101001001001101111101011100000101000110111100111100001001011000001000010 | eba49beb828de784b042 |
UHC | 뤛낍焰B | 10001111110010101011001110100111111001101111101101000010 | 8fcab3a7e6fb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)