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 | ?????nL\ | 0011111100111111001111110011111100111111011011100100110001011100 | 3f3f3f3f3f6e4c5c |
SJIS-WIN | 闍槭Ρ菫ョnL\ | 111010001000101110011110111000111000001110101111111001001011111110101110011011100100110001011100 | e88b9ee383afe4bfae6e4c5c |
EUC-JP | 闍槭Ρ菫ョnL\ | 11101111111010111101110011100101101001101011000111101000110000011000111010101110011011100100110001011100 | efebdce5a6b1e8c18eae6e4c5c |
UTF-8 | 闍槭Ρ菫ョnL\ | 1110100110010111100011011110011010100111101011011100111010100001111010001000111110101011111011111011110110101110011011100100110001011100 | e9978de6a7adcea1e88fabefbdae6e4c5c |
UHC | ??Ρ菫?nL\ | 00111111001111111010010111010001110100001100101100111111011011100100110001011100 | 3f3fa5d1d0cb3f6e4c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)