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 | 鉅サ鄙ォ蓚 | 1110011111101000101110111110011110111111101010111110010011101001 | e7e8bbe7bfabe4e9 |
EUC-JP | 鉅サ鄙ォ蓚 | 11101110111010101000111010111011111011101100000110001110101010111110100011101011 | eeea8ebbeec18eabe8eb |
UTF-8 | 鉅サ鄙ォ蓚 | 111010011000100110000101111011111011110110111011111010011000010010011001111011111011110110101011111010001001001110011010 | e98985efbdbbe98499efbdabe8939a |
UHC | 鉅?鄙?蓚 | 1100101111101001001111111101111010101001001111111110001010111110 | cbe93fdea93fe2be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)