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 | 鴫執 | 1111000111111100100011101011000011110000101011011000111010110111 | f1fc8eb0f0ad8eb7 |
EUC-JP | ?鴫?執 | 001111111011110010110010001111111011110010111001 | 3fbcb23fbcb9 |
UTF-8 | 鴫執 | 111011101000010110110111111010011011010010101011111011101000000110101100111001011001111110110111 | ee85b7e9b4abee81ace59fb7 |
UHC | ???執 | 0011111100111111001111111111001011111011 | 3f3f3ff2fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)