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 | 11111011010001011001101011100111100111111001011101101011 | fb459ae79f976b |
EUC-JP | 淼夂泓k | 1000111111000111111001101101010011101001110111011111011101101011 | 8fc7e6d4e9ddf76b |
UTF-8 | 淼夂泓k | 11100110101101111011110011100101101001001000001011100110101100111001001101101011 | e6b7bce5a482e6b3936b |
UHC | ??泓k | 0011111100111111111110111111001001101011 | 3f3ffbf26b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)