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 | 樹??若 | 100011101111011100111111001111111000111011100001 | 8ef73f3f8ee1 |
EUC-JP | 樹??若 | 101111001111100100111111001111111011110011100011 | bcf93f3fbce3 |
UTF-8 | 樹귡깳若 | 111001101010100010111001111010101011011110100001111010101011100110110011111010001000101110100101 | e6a8b9eab7a1eab9b3e88ba5 |
UHC | 樹귡깳若 | 1110001010100111100000101110100110000011101000011110010110110100 | e2a782e983a1e5b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)