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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???躍 | 0011111100111111001111111001011011110100 | 3f3f3f96f4 |
EUC-JP | ???躍 | 0011111100111111001111111100110011110110 | 3f3f3fccf6 |
UTF-8 | 樂됦펯躍 | 111011111010011010111111111010111001000010100110111011011000111010101111111010001011101010001101 | efa6bfeb90a6ed8eafe8ba8d |
UHC | 樂됦펯躍 | 1110100011111001100010011110010010111100100000011110010110111000 | e8f989e4bc81e5b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)