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 | ??細少 | 001111110011111110001101110101111000111110101101 | 3f3f8dd78fad |
EUC-JP | ?瘙細少 | 0011111110001111110011011111000010111010110110011011111010101111 | 3f8fcdf0bad9beaf |
UTF-8 | 葉瘙細少 | 111011111010010110101110111001111001100010011001111001111011010010110000111001011011000010010001 | efa5aee79899e7b4b0e5b091 |
UHC | 葉瘙細少 | 1110000011110001111000011100010011100001101011001110000110110100 | e0f1e1c4e1ace1b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)