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 | 11111010101000111001101011100111100111111001011101101011 | faa39ae79f976b |
EUC-JP | 奣夂泓k | 1000111110111000111111001101010011101001110111011111011101101011 | 8fb8fcd4e9ddf76b |
UTF-8 | 奣夂泓k | 11100101101001011010001111100101101001001000001011100110101100111001001101101011 | e5a5a3e5a482e6b3936b |
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)