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 | ???野? | 001111110011111100111111100101101110110000111111 | 3f3f3f96ec3f |
EUC-JP | ???野? | 001111110011111100111111110011001110111000111111 | 3f3f3fccee3f |
UTF-8 | 琉념퓼野좪 | 111011111010011110001100111010111000010110010000111011011001001110111100111010011000011110001110111011001010001010101010 | efa78ceb8590ed93bce9878eeca2aa |
UHC | 琉념퓼野좪 | 11101011101001001011001111100100101111111010000011100101101011111010000101000101 | eba4b3e4bfa0e5afa145 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)