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 | 鉅サ隱御 | 11100111111010001011101111101000101010101000110011100100 | e7e8bbe8aa8ce4 |
EUC-JP | 鉅サ隱御 | 1110111011101010100011101011101111110000101011001011100011100110 | eeea8ebbf0acb8e6 |
UTF-8 | 鉅サ隱御 | 111010011000100110000101111011111011110110111011111010011001101010110001111001011011111010100001 | e98985efbdbbe99ab1e5bea1 |
UHC | 鉅?隱御 | 11001011111010010011111111101011110111111110010111011001 | cbe93febdfe5d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)