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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 玲딁뻻娛쒐풄 | 111011111010011010101101111010111001010010000001111010111011101110111011111001011010100010011011111011001001001010010000111011011001001010000100 | efa6adeb9481ebbbbbe5a89bec9290ed9284 |
UHC | 玲딁뻻娛쒐풄 | 111001111011111110001010111001111001011010000110111001111111010010011100111001111011111010001100 | e7bf8ae79686e7f49ce7be8c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)