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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??シ押?? | 0011111100111111100000110101011010001001100111110011111100111111 | 3f3f8356899f3f3f |
EUC-JP | ??シ押?? | 0011111100111111101001011011011110110010101000010011111100111111 | 3f3fa5b7b2a13f3f |
UTF-8 | 琉띠シ押띌풊 | 111011111010011110001100111010111001110110100000111000111000001010110111111001101000101010111100111010111001110110001100111011011001001010001010 | efa78ceb9da0e382b7e68abceb9d8ced928a |
UHC | 琉띠シ押띌풊 | 111010111010010010110110111011001010101110110111111001001110001110110110111010011011111010010000 | eba4b6ecabb7e4e3b6e9be90 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)