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 | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | 秧??k | 1110001001011110001111110011111101101011 | e25e3f3f6b |
EUC-JP | 秧??k | 1110001110111111001111110011111101101011 | e3bf3f3f6b |
UTF-8 | 秧섇콪k | 11100111101001111010011111101100100001001000011111101100101111011010101001101011 | e7a7a7ec8487ecbdaa6b |
UHC | 秧섇콪k | 11100100111010111001100011100101101100011001111001101011 | e4eb98e5b19e6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)