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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ???瑗?? | 0011111100111111001111111000111111001100110000000011111100111111 | 3f3f3f8fccc03f3f |
UTF-8 | 若뱀꼮瑗뉔댖 | 111011111010010110110100111010111011000110000000111010101011110010101110111001111001000110010111111010111000100110010100111010111000110010010110 | efa5b4ebb180eabcaee79197eb8994eb8c96 |
UHC | 若뱀꼮瑗뉔댖 | 111001011010111010111001111011001000010010001001111010101011110010000111111010011000100010111010 | e5aeb9ec8489eabc87e988ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)