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 | 失遙執 | 11110000111010011000111010111000111010101010000110001110101101111111000011101001 | f0e98eb8eaa18eb7f0e9 |
EUC-JP | ?失遙執? | 0011111110111100101110101111010010100011101111001011100100111111 | 3fbcbaf4a3bcb93f |
UTF-8 | 失遙執 | 111011101000001010101000111001011010010010110001111010011000000110011001111001011001111110110111111011101000001010101000 | ee82a8e5a4b1e98199e59fb7ee82a8 |
UHC | ?失遙執? | 0011111111100011111101111110100110101011111100101111101100111111 | 3fe3f7e9abf2fb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)