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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?憐? | 00111111100101111111011100111111 | 3f97f73f |
EUC-JP | ?憐? | 00111111110011101111100100111111 | 3fcef93f |
UTF-8 | 뤒憐뤜 | 111010111010010010010010111001101000011010010000111010111010010010011100 | eba492e68690eba49c |
UHC | 뤒憐뤜 | 100011111100001011010101111110111000111111001011 | 8fc2d5fb8fcb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)