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 | ??シ節?シ | 001111110011111110000011010101101001000011011111001111111000001101010110 | 3f3f835690df3f8356 |
EUC-JP | ??シ節?シ | 001111110011111110100101101101111100000011100001001111111010010110110111 | 3f3fa5b7c0e13fa5b7 |
UTF-8 | 琉띠シ節먯シ | 111011111010011110001100111010111001110110100000111000111000001010110111111001111010111110000000111010111010100010101111111000111000001010110111 | efa78ceb9da0e382b7e7af80eba8afe382b7 |
UHC | 琉띠シ節먯シ | 111010111010010010110110111011001010101110110111111011111011110110010000111011001010101110110111 | eba4b6ecabb7efbd90ecabb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)