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 | ??弔烽? | 00111111001111111001001010100010111000001000001000111111 | 3f3f92a2e0823f |
EUC-JP | ??弔烽? | 00111111001111111100010010100100110111111110001000111111 | 3f3fc4a4dfe23f |
UTF-8 | 藺렯弔烽렰 | 111011111010011110110000111010111010000010101111111001011011110010010100111001111000001110111101111010111010000010110000 | efa7b0eba0afe5bc94e783bdeba0b0 |
UHC | 藺렯弔烽렰 | 11101100111000011000111010111100111100001100000011011100111010111000111010111101 | ece18ebcf0c0dceb8ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)