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 | ??G??K | 001111110011111101000111001111110011111101001011 | 3f3f473f3f4b |
SJIS-WIN | ?讓G?讓K | 0011111111100110101010000100011100111111111001101010100001001011 | 3fe6a8473fe6a84b |
EUC-JP | 嶴讓G嶴讓K | 100011111011101111110011111011001010101001000111100011111011101111110011111011001010101001001011 | 8fbbf3ecaa478fbbf3ecaa4b |
UTF-8 | 嶴讓G嶴讓K | 1110010110110110101101001110100010101110100100110100011111100101101101101011010011101000101011101001001101001011 | e5b6b4e8ae9347e5b6b4e8ae934b |
UHC | ?讓G?讓K | 0011111111100101110100110100011100111111111001011101001101001011 | 3fe5d3473fe5d34b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)