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 | 酌霪執 | 1111010010100011100011101101111011101000110001001000111010110111 | f4a38edee8c48eb7 |
EUC-JP | ?酌霪執 | 00111111101111001110000011110000110001101011110010111001 | 3fbce0f0c6bcb9 |
UTF-8 | 酌霪執 | 111011101000110110010010111010011000010110001100111010011001110010101010111001011001111110110111 | ee8d92e9858ce99caae59fb7 |
UHC | ?酌?執 | 001111111110110111001100001111111111001011111011 | 3fedcc3ff2fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)