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 | 筌?‘爰? | 1110001010100011001111111000000101100101111000001010011100111111 | e2a33f8165e0a73f |
EUC-JP | 筌?‘爰? | 1110010010100101001111111010000111000110111000001010100100111111 | e4a53fa1c6e0a93f |
UTF-8 | 筌듬‘爰퍫 | 111001111010110110001100111010111001001110101100111000101000000010011000111001111000100010110000111011011000110110101011 | e7ad8ceb93ace28098e788b0ed8dab |
UHC | 筌듬‘爰퍫 | 11101111101001111011010111101011101000011010111011101010101110101011110001000010 | efa7b5eba1aeeababc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)