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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 煜ヌシ煜ヌシ^ | 111110110101010111000111101111001111101101010101110001111011110001011110 | fb55c7bcfb55c7bc5e |
EUC-JP | 煜ヌシ煜ヌシ^ | 100011111100100111111100100011101100011110001110101111001000111111001001111111001000111011000111100011101011110001011110 | 8fc9fc8ec78ebc8fc9fc8ec78ebc5e |
UTF-8 | 煜ヌシ煜ヌシ^ | 11100111100001011001110011101111101111101000011111101111101111011011110011100111100001011001110011101111101111101000011111101111101111011011110001011110 | e7859cefbe87efbdbce7859cefbe87efbdbc5e |
UHC | 煜??煜??^ | 111010011111001000111111001111111110100111110010001111110011111101011110 | e9f23f3fe9f23f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)