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 | BÖ}BÖ{^ | 1001001001000010100111111101011001111101100100100100001010011111110101100111101101011110 | 92429fd67d92429fd67b5e |
SJIS-WIN | ?B??}?B??{^ | 0011111101000010001111110011111101111101001111110100001000111111001111110111101101011110 | 3f423f3f7d3f423f3f7b5e |
EUC-JP | ?B?Ö}?B?Ö{^ | 001111110100001000111111100011111010101011010011011111010011111101000010001111111000111110101010110100110111101101011110 | 3f423f8faad37d3f423f8faad37b5e |
UTF-8 | BÖ}BÖ{^ | 1100001010010010010000101100001010011111110000111001011001111101110000101001001001000010110000101001111111000011100101100111101101011110 | c29242c29fc3967dc29242c29fc3967b5e |
UHC | ?B??}?B??{^ | 0011111101000010001111110011111101111101001111110100001000111111001111110111101101011110 | 3f423f3f7d3f423f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)