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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 髱Ъ}髱Ъ{^ | 1110100110011101100001000101101101111101111010011001110110000100010110110111101101011110 | e99d845b7de99d845b7b5e |
EUC-JP | 髱Ъ}髱Ъ{^ | 1111000111111101101001111011110001111101111100011111110110100111101111000111101101011110 | f1fda7bc7df1fda7bc7b5e |
UTF-8 | 髱Ъ}髱Ъ{^ | 11101001101010111011000111010000101010100111110111101001101010111011000111010000101010100111101101011110 | e9abb1d0aa7de9abb1d0aa7b5e |
UHC | ?Ъ}?Ъ{^ | 001111111010110010111100011111010011111110101100101111000111101101011110 | 3facbc7d3facbc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)