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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 若??踰?] | 1000111011100001001111110011111111100110111110100011111101011101 | 8ee13f3fe6fa3f5d |
EUC-JP | 若??踰?] | 1011110011100011001111110011111111101100111111000011111101011101 | bce33f3fecfc3f5d |
UTF-8 | 若뽧뀿踰욿] | 11101000100010111010010111101011101111011010011111101011100000001011111111101000101110001011000011101100100110101011111101011101 | e88ba5ebbda7eb80bfe8b8b0ec9abf5d |
UHC | 若뽧뀿踰욿] | 1110010110110100100101101110001110000101101101011110101110110010100111110101000101011101 | e5b496e385b5ebb29f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)