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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | ??愉???\ | 0011111100111111100101101111100100111111001111110011111101011100 | 3f3f96f93f3f3f5c |
EUC-JP | ??愉???\ | 0011111100111111110011001111101100111111001111110011111101011100 | 3f3fccfb3f3f3f5c |
UTF-8 | 렱롅愉섶렯렞\ | 11101011101000001011000111101011101000011000010111100110100001001000100111101100100001001011011011101011101000001010111111101011101000001001111001011100 | eba0b1eba185e68489ec84b6eba0afeba09e5c |
UHC | 렱롅愉섶렯렞\ | 10001110101111101000111011001011111010101111000010111100101110111000111010111100100011101010111101011100 | 8ebe8ecbeaf0bcbb8ebc8eaf5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)