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 | ??シ節?? | 0011111100111111100000110101011010010000110111110011111100111111 | 3f3f835690df3f3f |
EUC-JP | ??シ節?? | 0011111100111111101001011011011111000000111000010011111100111111 | 3f3fa5b7c0e13f3f |
UTF-8 | 琉싳シ節묌닓 | 111011111010011110001100111011001000101110110011111000111000001010110111111001111010111110000000111010111010110010001100111010111000101110010011 | efa78cec8bb3e382b7e7af80ebac8ceb8b93 |
UHC | 琉싳シ節묌닓 | 111010111010010010011010111011001010101110110111111011111011110110010001111010011000100010010111 | eba49aecabb7efbd91e98897 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)