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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?ф?節? | 00111111100001001000011000111111100100001101111100111111 | 3f84863f90df3f |
EUC-JP | ?ф?節? | 00111111101001111110011000111111110000001110000100111111 | 3fa7e63fc0e13f |
UTF-8 | 料ф퀗節ㅳ | 1110111110100110101111101101000110000100111011011000000010010111111001111010111110000000111000111000010110110011 | efa6bed184ed8097e7af80e385b3 |
UHC | 料ф퀗節ㅳ | 11101000111101111010110011100110101100111000110011101111101111011010010011100011 | e8f7ace6b38cefbda4e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)