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 | ???軒 | 0011111100111111001111111000110010101100 | 3f3f3f8cac |
EUC-JP | ?瘦?軒 | 00111111100011111100110111110111001111111011100010101110 | 3f8fcdf73fb8ae |
UTF-8 | 룣瘦굾軒 | 111010111010001110100011111001111001100010100110111010101011010110111110111010001011101110010010 | eba3a3e798a6eab5bee8bb92 |
UHC | 룣瘦굾軒 | 1000111110011100111000101011000110000010100110101111101011001101 | 8f9ce2b1829afacd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)