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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??諍?穩 | 00111111001111111110011001111001001111111110001001110010 | 3f3fe6793fe272 |
EUC-JP | ??諍?穩 | 00111111001111111110101111011010001111111110001111010011 | 3f3febda3fe3d3 |
UTF-8 | 瑥렦諍렭穩 | 111001111001000110100101111010111010000010100110111010001010101110001101111010111010000010101101111001111010100110101001 | e791a5eba0a6e8ab8deba0ade7a9a9 |
UHC | 瑥렦諍렭穩 | 11101000101011111000111010110101111011101011010110001110101110101110100010110001 | e8af8eb5eeb58ebae8b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)