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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 移?那悛 | 10001000110110100011111110010011110111111001110010100000 | 88da3f93df9ca0 |
EUC-JP | 移?那悛 | 10110000110111000011111111000110111000011101100010100010 | b0dc3fc6e1d8a2 |
UTF-8 | 移얕那悛 | 111001111010011110111011111011001001011010010101111010011000001010100011111001101000001010011011 | e7a7bbec9695e982a3e6829b |
UHC | 移얕那悛 | 1110110010111001101111101110100011010001111000011110111011111001 | ecb9bee8d1e1eef9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)